I have an issue, which relates to starting a jar file.
I have my code in java, and i have to export it to get a jar file. I do that, and i get a jar file, however, now i want to call my jar file from the command line. I set my main class in my jar file, so that i have an entry point. My java code depends on another jar file, and i am not sure, if it has anything to do with my problem.
Then i call the file from command line, after i have positioned myself in the right folder. I use the command : java -jar Likvidator2.jar
And what i get is this :
I have tried checking my java version, and updating it, but at this point i really am not sure what to do and where to go anymore. Is it possible that i am building my project wrong, or something ?