Quantcast
Channel: how can I create executable file for the program written on Java? - Stack Overflow
Browsing all 6 articles
Browse latest View live

Answer by Manidip Sengupta for how can I create executable file for the...

Create a 1-line metafile to specify which class the JVM should look for to start with the main(String[]) method.Run the command jar cmf [metafileName] [jarfileName] [classfiles] [img/txtDirectories]You...

View Article



Answer by Andrew Thompson for how can I create executable file for the...

The best answer for this situation is to launch the app. using Java Web Start. JWS can not only create desktop and start menu launch items, but provides automatic updates, cross-platform compatibility...

View Article

Answer by Shaggieh for how can I create executable file for the program...

Export .jar in eclipse. (how to)Use JSmooth (info) to make an .exe file. (how to)

View Article

Answer by limc for how can I create executable file for the program written...

You didn't mention what platform you are using. There are 2 ways I can think of. The easiest way is for you to create a *.bat file (in Windows) that contains the java YourApp command line. If you want...

View Article

Answer by anon for how can I create executable file for the program written...

Here is a tutorial that shows you how to make a jar file from eclipse.If Java is installed on the computer, you can execute your application by doubleclicking the jar...

View Article


how can I create executable file for the program written on Java?

everyone, how can I create executable file for the program written on Java in Eclipse Helios? I mean to create small icon to be able start program only by double-clicking on its icon, thanks in...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images