Can we convert a java file into .exe format when clicked to be like GUI
Hi all,I've a Frame,It is working fine when executed,but I want to execute it like a .exe file, Is it possible? , without using third party tools?Thanks in advance
> Hi all,> I've a Frame,It is working fine when executed,but I> want to execute it like a .exe file, Is it possible?> , without using third party tools?Yes. No to convert into an exe though.
Have a look at Sun's Tutorial section on [url http://java.sun.com/docs/books/tutorial/deployment/index.html]Deployment[/url], specifically the "Packaging Programs in JAR Files" section - http://java.sun.com/docs/books/tutorial/deployment/jar/index.html
There is lots of discussion of the concepts with code examples.