I'm trying to compile and run my project from the command prompt. I'm using JCreator for my project. I can't find any solution.
this is the error i got in the command prompt :
Note: Some input files use or override a deprecated API
Note: Recompile with -Xlint:deprecation for details.
And oh, I've also tried to run the project in the JCreator as well. But, it doesn't display my GUI Program. I had already set a certain Java file/class as main file/class.
I'm not sure if it's because i didn't set as main properly or is something else. Hope anyone can help me or suggest solutions. Thanks! :)