English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

Try opening up the .JAR file with WINZIP. I've used WINZIP to examine the contents of JAR files many times. Assuming you have winzip installed on the PC, In explorer, right click on the file, and use 'open with', then Select WINZIP.

http://mindprod.com/jgloss/jar.html

2006-12-10 21:03:33 · answer #1 · answered by Michael T 5 · 0 0

You mean open up the JAR files or execute them?

Open up JAR
Say you got a jar name "myapplication.jar". Rename it to "myapplication.zip". Works best if you have a zip applciation

Execute JAR Files
You need to create a manifest file, listing the main class name for example, you have a class called "mygame.class".

Create a manifest file "mainfest.txt" and write the following.

Manifest-Version: 1.0
Main-Class: mygame

NOTE: It is important you create a blank after the Main-Class line.

See listed source

2006-12-11 05:06:42 · answer #2 · answered by Lafis 2 · 0 0

Right click on it, hit "open with" and just choose notepad to look at it.

2006-12-11 04:55:02 · answer #3 · answered by Obsean 5 · 0 0

fedest.com, questions and answers