How to make jar

Status
Not open for further replies.

Unbounded Bond

Broken In
Joined
Nov 24, 2007
Messages
10
I have all the src code with all the java files, i want to make them into classes and form jar.
how to do that?
 

Faun

Wahahaha~!
Staff member
Joined
Dec 8, 2006
Messages
9,781
1. First compile them to class files
2. Then pack the class file using jar command
jar -cvmf MANIFEST.MF nameofjar classfilespath
 
Status
Not open for further replies.
Top