I was very pleased to see support for launching with a specified JAD
file since I have properties in the JAD I need for the app to run.
 
However, I have so far been unable to actually launch the app having
specified the JAD.  It responds with a ClassNotFound exception.
 
I tried providing a full path in the MIDlet-Jar-URL formatted in as:
C:\<path to jar>\<name of jar>
c:/<path to jar>/<name of jar>
file:///c:/<path to jar>/<name of jar>
and just
<name of jar>
 
None of them have worked.
 
I also added -cp C:\<path to jar>\<name of jar> to the Additional
Parameters in the Debug.... parameters.
 
What do I need to do to get this to work?
 
(BTW, I'm building using ANT and Antenna along with C++ preprocessing
rather than the built-in compiler.  I generate the deployed/ jar and
jad, and also the verified/classes directory.)
 
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Eclipseme-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/eclipseme-users

Reply via email to