Java Note. Some input files use or override the deprecated API.

I am trying to compile and run a project from the command line. I am using JCreator for my project. I can not find a solution.

this is the error i got on the command line:

Note: Some input files use or override a deprecated API Note: Recompile with -Xlint:deprecation for details. 

And I also tried to run the project in JCreator. But it does not display my GUI program. I have already set a specific Java file / class as the main file / class.

I am not sure if this is because I didn’t ask it correctly or something else. Hope someone can help me or suggest solutions. Thank you :)

+7
java compiler-errors command-prompt runtime-error jcreator
source share

No one has answered this question yet.

See similar questions:

54
Error building with gradle on command line with android studio project: Xlint error
8
Compilation obsolescence error

or similar:

478
IntelliJ inspection gives "Unable to resolve character" but still compiles code
452
Does anyone have tests (code and results) comparing the performance of Android applications written in Xamarin C # and Java?
437
How to disable formatting of Eclipse code for certain sections of Java code?
138
java.lang.UnsupportedClassVersionError: invalid version number in .class file?
105
How to use classes from .jar files?
twenty
How to run a Java program on the command line
2
How to update Java compiler?
one
Eclipse - compiling and executing a program
one
How to compile a java project consisting of several files?
-2
Cmd cmd does not compile my java files

All Articles