Actually, this *does* work for local file system. Unfortunately, I forgot to mention something that has to be done for this to work. Please see http://eclipseme.org/blog/2007/03/14/launching-via-jad-with-version-166/ for more information.
[EMAIL PROTECTED] wrote: > I do NOT think Java Application Manager is not supporting local file path. > > just run an local http server on ur machine, and put a http path to > the jar file. > > In a message dated 13/03/2007 18:40:02 GMT Standard Time, > [EMAIL PROTECTED] writes: > > 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 > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > 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 > ------------------------------------------------------------------------- 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
