Skip to Main Content

Embedded Technologies

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Directory Structure / Shortcut string... Dell Axim (Pocket PC 2002)

843849Feb 28 2003 — edited Mar 31 2003
Hi all,

I've been experimenting with Jeode on the Dell Axim- I'm particularly interested in running an application from the "Built-In Storage" folder, which persists even with main battery, and the backup battery removed.

If I run the application from a folder located in the "My Device" root as follows:
/myApp/mpApp.jar
/myApp/mpAppLauncher.lnk

with the content of the shortcut set to:
18#"\windows\evm.exe" -Djeode.evm.console.local.keep=TRUE -cp /myApp/myApp.jar myPackage.MyClass

- it executes perfectly.

However, if I wish to locate the application and data in the "Built-In Storage" folder, I run into problems, apparently because of the character space in the folder name, which, even when replaced with a "%20"

18#"\windows\evm.exe" -Djeode.evm.console.local.keep=TRUE -cp /Built-In%20Storage/myApp/myApp.jar myPackage.MyClass


I get a ClassNotFoundError.. has anyone got any advice?

thanks,

Fergus.


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 1 2003
Added on Feb 28 2003
4 comments
100 views