View Single Post
  #2 (permalink)  
Old 01-28-2008, 11:05 AM
wige's Avatar
wige wige is offline
Moderator
WebProWorld Moderator
 

Join Date: Jun 2006
Location: United States
Posts: 1,846
wige RepRank 4wige RepRank 4wige RepRank 4wige RepRank 4
Default Re: HI everyone! Anyone know how to make a java file?

A .jar file (Java ARchive) is a special type of .zip archive that can be executed as a Java program. Your Java compiler includes a command line utility for creating jar files. There is also an old GUI-based Java application I wrote a long time ago that can do the same thing but is a bit easier to use: FileCanner

(one of my first Open Source apps)
__________________
The best way to learn anything, is to question everything.
Reply With Quote