View Single Post
  #9 (permalink)  
Old 11-06-2008, 02:59 PM
satbobo satbobo is offline
Member
 
Join Date: Oct 2008
Posts: 4
Rep Power: 0
satbobo is on a distinguished road
Default
Originally Posted by Eranga View Post
How did you attach those external jar file in your project? After compiling your project is that external jar files are contain in lib folder?
At first I didn't and that's why at execution time the jvm was complaining that it couldn't find classes.
But I wanted to avoid distributing libraries separately. I just would have liked to have a single jar file with everything needed inside of it.

if I do this: "One way to have them on the classpath is to use the Class-path: statement in the manifest file.

will I still need to put separately the files in the other machine or will netbeans add my libraries in the project jar?

Thanks guys
Reply With Quote