Hello, when running my build.xml with ant i get the following error message:
wtkpreverify] Preverifying C:\workspace\Midlets\test.jar [wtkpreverify] Error preverifying class clients.stubs.WebService [wtkpreverify] java/lang/NoClassDefFoundError: java/rmi/Remote [wtkpreverify] Error preferifying, log file not found: C:\workspace\Midlets\9dc5a94f.tmp\jarlog.txt BUILD FAILED seems as if he couldnt find the rmi class definition. but shouldnt that one be part of a standard package? i did include all wtk libraries in the ant classpath and i did activate webservices in the build.xml (doesnt have any affect tho): <property name="wtk.j2mews.enabled" value="true" /> what could that be? the "preferifying"/preverifying log error is probably just a subsequent error thanks -- View this message in context: http://www.nabble.com/Ant-compilation-error-%28RMI-class-def-not-found%29-tp19871441p19871441.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]