1.

Solve : executive jar files?

Answer»

hi i have a doubt regarding java.. how can we read a executable jar file in pc by running java. the file doesn't open on double click.
so i tried to run it using COMAND prmt...but it doesn't work either. i GUESS i'm DOIN something wrong....pls help! First, make SURE that java is INSTALLED. Open a command prompt and type 'java' and press enter to make sure that it runs from the command prompt. Try downloading the .jar file again (what is it you're trying to run, anyway?)
The command to run it should be: java -jar "jarfilename.jar"



Discussion

No Comment Found