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!

Running apps on iPAQ

843849May 2 2002 — edited Oct 30 2002
Hi 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!!)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 27 2002
Added on May 2 2002
2 comments
187 views