View Single Post
  #1   Spotlight this post!  
Unread 06-01-2011, 18:16
Datalore Datalore is offline
Registered User
FRC #0192
 
Join Date: Jan 2011
Location: California
Posts: 2
Datalore is an unknown quantity at this point
Re: jars: creating and adding

From command line,

Code:
ant jar-app
to make the jar file

To add the proper syntax highlighting things, you have to add it to the netbeans classpath file, as you have done.

To deploy the library jar with the rest of the code, run
Code:
ant deploy -Dutility.jars=myLibrary.jar
Reply With Quote