Add Files to Project
|
Previous Top Next |
You can add files to your project by going to
Run -> Add Files to Project
Select the files that you want to add to your project & click Open.
Remember when you build your application then these all files will be added to the
builded executable jar application,but .java source files will not be added to jar file.
If you want to add the folder to your project & also want to add that folder to the
builded executable jar application then copy your folder to your project srcclasses folder. That folder will automatically be added to the executable jar file.