NoClassDefFoundError importing a library project
问题 I'm currently writing a unit test project using the version 4.6.1 (Windows Vista + Eclipse). My project is divided in 3 part: A. Unit test application (type:CLDC application) B. Application to be tested (type:CLDC application) C. A library project (type: library,no .jar file imported) The A project should reference the code present in B (and of course even in C). I would like to specify that I can run without problems the project B (referencing C). My problems start when I try to run the