Directory Structure / Shortcut string... Dell Axim (Pocket PC 2002)
843849Feb 28 2003 — edited Mar 31 2003Hi 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.