Deploying an Application written on the Forte CE IDE
I have written an application using the Forte CE IDE. Now I want to deploy it to other PCs running JRE1.3, so I used the JAR packager to create a JAR file and I ensured the manifest had the Start class specified. Unfortunately, when I try to run this application via the command line on either another machine or my own (outside of Forte), I get the message
Exception in thread "main" java.lang.NoClassDefFoundError: <start class name>
I have used the "java -jar" command.
The start class is in the jar file.
The start class name is in the manifest.
I must have missed something, and I am at my wits end.
Has anyone else had similar problems deploying applications from Forte? Or can anyone offer advice or a link to some comprehensive documentation on how to accomplish deployment? The help function in Forte was no help at all.
Thanks.

