I think I know what the problem is..
is your library is separate jar or is it a class file within the program as
in J2me you cannot use libraries as per like in j2se and etc...ie the
classes to lib have to be in the program instead
The key note was that class not fond is occurring on your library classes and not your program classes.
If that is not the problem than post a clarification so that I can help more
Quote:
Originally Posted by petru11
Hi guys,
I have some problems with the running from eclipse a phone emulator, but I think the problem can be more general.
The project consists of some source files and a library attached to the project. I have all the project correctly set up from eclipse, everything is fine. But when running from the emulator I get a ClassNotFound exception for the class from the library.
I have checked that the library is in the Source lookup path from the emulator property, also in the the libraries from the Project Java Build Path. When I run the emulator it doesn't find the class from the library.
I am using Eclipse 3.3.0, EclipseME plugin 1.7.9, apache ant 1.7.0, WTK 2.5.1.
Do you have any ideas or clues to search for the problem?
Thanks
|