Difference between revisions of "Generate JAR File in Netbeans"

Kipkis (Kipkis | contribs)
m (importing article from wikihow)
 
Kipkis (Kipkis | contribs)
m (Text replacement - "== Video ==" to "")
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Have you ever made an application in NetBeans and wanted to share it with your friends, but did not know how to put all the class files together in NetBeans? If so, this is the right tutorial for you!
 
Have you ever made an application in NetBeans and wanted to share it with your friends, but did not know how to put all the class files together in NetBeans? If so, this is the right tutorial for you!
[[Category:Java]]
+
[[Category: Java]]
 
== Steps ==
 
== Steps ==
 
#Open up NetBeans.
 
#Open up NetBeans.
Line 10: Line 10:
 
#Know How to Run It. Open up Command Prompt/Terminal or make a batch file that has this line included: ''java -jar "<name of jar file>"''.
 
#Know How to Run It. Open up Command Prompt/Terminal or make a batch file that has this line included: ''java -jar "<name of jar file>"''.
  
== Video ==
+
 
{{Video:Generate JAR File in Netbeans|}}
+
 
  
 
== Tips ==
 
== Tips ==