Deploying a JAR file from Forte

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.

[900 byte] By [djkilburn] at [2007-9-26 2:20:35]
# 1
Are you sure that there is a newline after your lines in the manifest?Hit return after each line to make sure!
MagDy at 2007-6-29 9:24:32 > top of Java-index,Desktop,Deploying...