views:

21

answers:

0

Hi, I'm developing a blackberry unit test application (JDE 4.6.1 on windows machine). My workspace is composed by 2 project UnitTest and MyApp. The UnitTest project references the MyApp one ( I added MyApp in the UnitTest Java Build Path). Unfortunately when I try to build it I receive this message:

Executing rapc for the project bUnit at Thu Jul 08 17:53:07 CEST 2010. import=....\Users\Claus.eclipse\org.eclipse.platform_3.4.0_920333535\plugins\net.rim.eide.componentpack4.6.1_4.6.1.27\components\lib\net_rim_api.jar;..\UnitTest\lib\myApp.jar codename=..\UnitTest\UnitTest..\UnitTest\UnitTest.rapc -sourceroot=C:\ws\UnitTest\src C:\ws\UnitTest\bin Error preverifying class test.naviina.bunit.tests.AuthServiceTestSuite java/lang/NoClassDefFoundError: com/myapp/bb/service/auth/AuthService$Observer Error!: Error: preverifier failed: C:\Users\Claus.eclipse\org.eclipse.platform_3.4.0_920333535\plugins\net.rim.eide.componentpack4.6.1_ ... rapc failed for the project UnitTest

I know I should use the preverify.exe tool but I don't know how to use it for this specific case.

Any help is welcome

Thanks!