Hi,
I am using eclipseME.
I am writing a J2ME Midlet which requires me to use some shared classes packaged within a jar file. I have added the JAR in the the build path of the Midlet. Also i have selected the jar file in "Order and export" tab under Java Build Path in project properties.
I am facing NO compilation problems, but when i try to run it on emulator it throws No class def found error.
Can anybody please tell me if i have missed anything??
Also, i am not really sure how to create and package J2ME classes within a JAR File so that they can be imported into other Midlets and also deployed along with them to the device. (I might have gone wrong in here).
Please Help

Reply With Quote


