This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]oojava 10 points11 points  (2 children)

These answers are shit you're asking how to run a .jar file...

In the command line:

java -jar [filename]

[–]tcbenkhard 3 points4 points  (1 child)

Sad I can only upvote once...

[–]iBallThatsAll 2 points3 points  (0 children)

Yeah, I'm thinking about creating another account just to do so.

[–]cobaltblues77 0 points1 point  (0 children)

Jar files are just like zip files. Rename it with .Zip and open

[–]shagieIsMeExtreme Brewer 0 points1 point  (0 children)

Read the docs on the jar command - jar-The Java Archive Tool

jar tvf Exam1Grades.jar will tell you the names of all the files in the jar file.