views:

16

answers:

0

Hi, 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 project A.

I performed the following operations:

changing the B project type from CLDC application to library B references the project C A references the project B set all project as "Active for Blackberry" Basically A sees the two other project as two nested libraries. The code is built successfully,but the problem is that when a class of the C library is called by B during the execution, the following exception is thrown:

NoClassDefFoundError

No detail message

Any help would be really appreciated.

Many Thanks