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
[185 byte] By [JeeDevelopera] at [2007-11-27 6:17:13]
# 1
> 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.
cotton.ma at 2007-7-12 17:29:55 > top of Java-index,Java Essentials,Java Programming...
# 2
Google for Jar files.
floundera at 2007-7-12 17:29:55 > top of Java-index,Java Essentials,Java Programming...
# 3

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.

pbrockway2a at 2007-7-12 17:29:55 > top of Java-index,Java Essentials,Java Programming...