How to include a resource file in the Jar file generated by Netbeans ?
Posted
by Frank
on Stack Overflow
See other posts from Stack Overflow
or by Frank
Published on 2010-02-28T19:54:56Z
Indexed on
2010/05/08
13:08 UTC
Read the original article
Hit count: 279
I'm using NB6.7 to auto generate an executable jar file for my project, how and where to tell NB to include a certain resource into the result jar file ? I know if I put the resource in the "lib" directory, NB will put it into "dist/lib/", but what I want is to include the resource within the final executable jar, where in NB do I specify that ?
Frank
© Stack Overflow or respective owner