How do I open a JAR file?

KingNothing

Diamond Member
Apr 6, 2002
7,141
1
0
I have Sun's Java 1.4 SDK and JRE installed, and I have this jar file, but double-clicking it does nothing. I thought JAR files were self-executing?
 

KingNothing

Diamond Member
Apr 6, 2002
7,141
1
0
Originally posted by: Utterman
Try a can opener ;)


download winace

Thanks! Already had it, but the file type wasn't associated. Who opens a jar with a can opener? You open cans with can openers.
 

ScrapSilicon

Lifer
Apr 14, 2001
13,625
0
0
Originally posted by: KingNothing
Originally posted by: Utterman
Try a can opener ;)


download winace

Thanks! Already had it, but the file type wasn't associated. Who opens a jar with a can opener? You open cans with can openers.
use can opener to beat lid of jar loose then spin by hand the rest of the way off..
 

KingNothing

Diamond Member
Apr 6, 2002
7,141
1
0
Originally posted by: ScrapSilicon
Originally posted by: KingNothing
Originally posted by: Utterman
Try a can opener ;)


download winace

Thanks! Already had it, but the file type wasn't associated. Who opens a jar with a can opener? You open cans with can openers.
use can opener to beat lid of jar loose then spin by hand the rest of the way off..

That's the retard way of doing it, the proper way is with hot water.
 

SnapIT

Banned
Jul 8, 2002
4,355
1
0
Originally posted by: KingNothing
Originally posted by: ScrapSilicon
Originally posted by: KingNothing
Originally posted by: Utterman
Try a can opener ;)


download winace

Thanks! Already had it, but the file type wasn't associated. Who opens a jar with a can opener? You open cans with can openers.
use can opener to beat lid of jar loose then spin by hand the rest of the way off..

That's the retard way of doing it, the proper way is with hot water.

LMAO.. i vote for this to be the most meaningless discussion evAr....
 

SnapIT

Banned
Jul 8, 2002
4,355
1
0
Originally posted by: KingNothing
I have Sun's Java 1.4 SDK and JRE installed, and I have this jar file, but double-clicking it does nothing. I thought JAR files were self-executing?

No, like dll's and vxd's they are used by an executable file, that file could be a browser or a program made to utilize those files....

And yes, if you run them in a java environment they are self-executing....
 

Reel

Diamond Member
Jul 14, 2001
4,484
0
76
type:
jar xvf <filename.jar>
with your java executables in the path.