Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
Creating Archive Files in Eclipse with images.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Lew, post: 4212356"] Don't include .classpath in the JAR. It's a development artifact and has no place in the deployment. Don't include .project in the JAR. It's a development artifact and has no place in the deployment. Don't include fightgame.jardesc in the JAR. It's a development artifact and has no place in the deployment. You usually don't include source in the deployment artifacts. That's because it isn't part of the deployment. Instead, it copies resources FROM "src" to the build directory. That's what the program does, apparently. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
Creating Archive Files in Eclipse with images.
Top