0

I am able to create a jar file through netbeans and then run it. Does anyone know how to include a README file in the jar so that anyone who extracts the jar can see the readme file?

kasavbere
  • 5,873
  • 14
  • 49
  • 72
  • This is essentially a duplicate of "[Netbeans and external configuration files](http://stackoverflow.com/questions/301283/netbeans-and-external-configuration-files)" and/or "[How can I include a folder into the dist JAR as part of the build process using Netbeans?](http://stackoverflow.com/questions/3497019/how-can-i-include-a-folder-into-the-dist-jar-as-part-of-the-build-process-using)", if you are using Ant as your build system. – RobertB Dec 30 '12 at 17:48

1 Answers1

0

Simply use a zip tool of your choice to add the extra file.

MrSmith42
  • 9,961
  • 6
  • 38
  • 49