Running apps on iPAQ
843849May 2 2002 — edited Oct 30 2002Hi there
I am trying to run an application I have written in JDK1.1.8 to run on an iPAQ device with little success. I successfully installed PersonalJava onto the device (an iPAQ 3700), and put my JAR file into a folder, \Molaris\Molaris.jar. I then attempted to run the application from the command line with the following command:
"\Program Files\Java\bin\pjava.exe" -classpath \Molaris\Molaris.jar - file com.dmsltd.ui.frames.MainFrame
My main() method is in the com.dmsltd.ui.frames.MainFrame class. When I run this command I get the good ole error:
Cannot find class "com/dmsltd/ui/frames/MainFrame"
I also tried creating a manifest file for my JAR with Main-class set to com.dmsltd.ui.frames.MainFrame, but this made no difference. I assume it has something to do with my classpath? Any help would be greatly appreciated (stuck on this for hours!!)