Not sure if this is the right place to post but i have searched the forums a bit and found now help
As the topic suggest i am having trouble creating jars and signing them so i can use them for webstart.
I tried following tutorial from coke and code http://www.cokeandcode.com/webstarthowto
as well as the tutorials from sun’s site
I’m not sure exactly where these commands need to be called from. I’m thinking the command line so since I’m using windows i went into the command prompt from the accessories section of programs. Then from there i navigate to the folder i have the game in
My Documents/Java/GameName
In there i have all the stuff eclipse creates in a project, bin, scr, ect. and my graphics are stored in bin/Sprites i also created the manifest file as told.
I’m using this command to create the jar from My Documents/Java/GameName/bin
jar cfm GameName.jar Manifest.txt *.classes Sprites
however when i use the command to create a jar i get the following error
“jar is not recognized as a internal or external command, operable program, or batch file”
then just out of curiosity i tried to create a key store using the command
keytool -genkey -keystore myKeyStore -alias myName
and got the same error just this time keytool not jar
so I’m not sure where to go next with this or whats causing the problem.
Thanks in advance for all help.
Mike