Hi all,
I am using eclipse Galileo for j2me development. In one project, I am adding the external jar file to my project as follows :
Project Properties->Java Build Path->add external jar and browse the required jar file.
But when I run the application, it throws the runtime exception as 'java/lang/NoClassDefFoundError'. Can anybody please help me out? Where am I going wrong?
Cheers,
YoGi

Reply With Quote

