Hi
I've just installed nds 2.2. I have created two J2ME project in eclipse (let's call A and B). The project B use classes from A. No probmlem at compile time but when I run the midlet in project B I get this error:
ALERT: Unable to load class "a class of the project A"
if I try to export the project A to a jar file and link the project B to this jar I get:
ALERT: Error verifying class "a class of the project A"
Instead if I copy classes from project A into src directory of project B it works.
there is something wrong with the plug-in class path?
any help appreciated
paolo

Reply With Quote

