How to resolve NoClassDefFoundError ?
634036Mar 23 2011 — edited May 27 2011hello friends,
I have to add a referenced library in my j2me Project. I am Using Eclipse IDE.
In Eclipse IDE
I add the external jar file in "Buld Path". Application is being compiled successfully but at the Run Time NoClassDefFoundError is thrown by JVM.
How to include that reference library in my J2ME project.
Please help.