Hello. I am new to java and really need help. I am trying to make a new sphinx app. I keep getting the following message, tried to change the class paths, tried to edit my MANIFEST file. still nothing.
dekita@dekita-laptop:/usr/local/sphinx4$ java -mx256m -jar bin/RobotTest.jar
Exception in thread "main" java.lang.NoClassDefFoundError: edu/cmu/sphinx/demo/RobotTest
Caused by: java.lang.ClassNotFoundException: edu.cmu.sphinx.demo.RobotTest
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: edu.cmu.sphinx.demo.RobotTest. Program will exit
Any help would be greatly appreciated. Thank you in advance for your help and for the patience you will need!