score:62
score:2
One more option is WinRun4J. There is an Eclipse Plugin for WinRun4J that allows you to export your application as a single executable with necessary jars/classes embedded.
(full disclosure: I work on this project)
score:5
FatJar can help you in this case.
In addition to the"Export as Jar" function which is included to Eclipse the Plug-In bundles all dependent JARs together into one executable jar.
The Plug-In adds the Entry "Build Fat Jar" to the Context-Menu of Java-projects
This is useful if your final exported jar includes other external jars.
If you have Ganymede, the Export Jar dialog is enough to export your resources from your project.
After Ganymede, you have:
score:10
Go to file->export->JAR file, there you may select "Export generated class files and sources" and make sure that your project is selected, and all folder under there are also! Good luck!
Source: stackoverflow.com
Related Query
- How to export java project from eclipse into a jar file with images
- How to Export Java Project in Eclipse with Image Library as a jar file
- Java - Export to JAR file in eclipse with resources (images and audio files)
- Java export as runnable JAR file from Eclipse
- My maven Java project in Eclipse doesn't generate jar file
- Eclipse Java9 Export Runnable JAR file
- Java method parameter names from a JAR file in Eclipse
- Export a Java project without main method (with external jars) to Jar in Eclipse
- How to deploy an Eclipse java project into a jar file
- Java project working on Eclipse but not working when exported to runnable jar file
- How to create a jar file from an eclipse java project that uses *.jar files added in "Classpath"
- Eclipse JAR export settings for external JAR file creation(for import into another project)
- Export as Runnable Jar file , java executing errors
- Runnable jar file generated with java eclipse wont run when double clicked
- Java eclipse : Importing jar file in eclipse plugin project
- Is the method of compiling a java file in eclipse and add it to an unzipped jar and renaming the jar back correct?
- java applet export a jar file as an standalone executable
- Runnable JAR file doesn't run after export in Eclipse
- How can I export a runnable jar in Eclipse with a specific manifest file and required library extraction?
- Export Java project from Eclipse as JAR with additional referenced jars
- Build Spring Roo / Export maven project with Eclipse Export -> Runnable JAR file
- Java - File Reading after exporting to executable jar file in eclipse
- Exporting runnable JAR file does not support UTF-8 encoding - Java Eclipse
- Eclipse Export Jar file not working
- Cannot export default Java libGDX project as a jar from Eclipse
- Java export a folder next to jar in eclipse
- Read text file from inside Java eclipse executable jar
- Java project turned into runnable jar in Eclipse --- file too big
- Exporting a java game into an executable jar file in eclipse - not working
- how to update a external jar with my java class file on eclipse
More Query from same tag
- How to ignore library project from Git pull?
- How to reference a web project from another web project with ivy and Resolve in workspace
- Why does matching the RegEx only work when setting a breakpoint?
- Deployment Assembly and CLASSNOTFOUND Java/MySQL Issue
- getDrawable(int) from the type Resources is deprecated in Eclipse Android
- Project build error: Unknown packaging: bundle
- App Stopped Working After Clicking A Button
- Cleanup Document in Eclipse not working in specific case
- Change appengine console red color in eclipse
- Can I have Eclipse close all my projects when I exit?
- Eclipse autocomplete is not working for PHP-project
- eclipse: rebuild a project and all libraries
- How can I replace the implementation of an object class used by an Android Activity for my automated tests?
- gradle build successful but no dependencies were downloaded
- Found '1.8' instead. Android requires compiler compliance level 5.0 or 6.0. Please use Android Tools > Fix Project Properties
- Parse Input from GUI instead of Console in Eclipse
- No startup URLs supplied and no plausible ones found -- use -startupUrl -- not true but why does development mode think it is
- App crashed during landscape mode
- How to run .apk file After successfull installation of it?
- Eclipse not publishing Spring XML files into Tomcat?
- Refresh webView in fragment tab
- How can I launch different workspaces with different sets of plugins?
- test cases for login page using selenium ; java and Eclipse IDE
- Android PhoneGap app made in Eclipse won't run jQuery ajax call
- Commit code into CVS in eclipse without updating on the server side
- Eclipse plugin Development : Listener before IFile delete and setcontents?
- Increase ADT memory
- Eclipse JBoss hot code replace
- Can't reach the page eclipse
- A JavaFX GUI is working perfectly fine with Netbeans IDE, but not with eclipse