| Author |
Jar
|
Mohd Zaki Mohd Salikon
Greenhorn
Joined: Dec 16, 2004
Posts: 27
|
|
How to Make Jar files.... I have been tried but still not successful...
|
 |
Dale Seng
Ranch Hand
Joined: Mar 22, 2004
Posts: 275
|
|
|
You can make 'em with jar.exe, or your favorite zip tool (just change the extension from from zip to jar). Your question isn't very specific, but if you're like most folks, you're trying to get the manifest thing working with Main class and all of that. And you need to get 'em in there with the right directory structure (matching your package). If that's what it is, write back (don't want to do all of that typing if that's not what the problem is).
|
 |
Katherine Wetherington
Greenhorn
Joined: May 03, 2004
Posts: 1
|
|
|
Most IDEs make things like jar creation really easy. If you're using one, look up jar in the help, and it will walk you through it.
|
 |
 |
|
|
subject: Jar
|
|
|