I have a java project with a Menu.java that has the main method in it. If you try to run the project I get an error saying:
Could not find the main class: com.tms.client.lib.Menu. Program will exit.
If you click OK, you get the message in the console window:
Exception in thread "main".
Since the error window that pops up says it is a JVM error we think that it is passing on the Main.class" to the JVM and it is not liking this, but we can not figure out why.
We tried a different JRE version and the same result.
Just for fun, we created a new project, and wrote a quick "hello world" java application, and that runs.
This is telling me it is something with this specific project.
Any ideas???
Could not find the main class: com.tms.client.lib.Menu. Program will exit.
If you click OK, you get the message in the console window:
Exception in thread "main".
Since the error window that pops up says it is a JVM error we think that it is passing on the Main.class" to the JVM and it is not liking this, but we can not figure out why.
We tried a different JRE version and the same result.
Just for fun, we created a new project, and wrote a quick "hello world" java application, and that runs.
This is telling me it is something with this specific project.
Any ideas???