I'm currently following the basic training on your website. On the first Excercise, we have to compile and run words.jar.
When running it however, it will throw the following error:
root@69eb0c1f8f09:/usr/words/target# java -Xmx8m -Xms8m -jar words.jar Error: Could not find or load main class Main Caused by: java.lang.ClassNotFoundException: Main
Tried it in interactive mode just to test. Is there some incompatibility with the latest default-jre package?
I'm currently following the basic training on your website. On the first Excercise, we have to compile and run words.jar.
When running it however, it will throw the following error:
root@69eb0c1f8f09:/usr/words/target# java -Xmx8m -Xms8m -jar words.jar Error: Could not find or load main class Main Caused by: java.lang.ClassNotFoundException: MainTried it in interactive mode just to test. Is there some incompatibility with the latest default-jre package?