executable file in java

Hi,I have some java classes made in Eclipse. But, I don't want open Eclipse every time I run the java class ?How do I pack them together into one executable file, likemyAplication.exe.?Thanks!
[221 byte] By [Shonea] at [2007-11-26 20:40:51]
# 1
Export your project as an executable jar.
DrLaszloJamfa at 2007-7-10 1:59:25 > top of Java-index,Java Essentials,Java Programming...
# 2
http://java.sun.com/docs/books/tutorial/deployment/jar/index.html
DrLaszloJamfa at 2007-7-10 1:59:25 > top of Java-index,Java Essentials,Java Programming...
# 3
Oh, it is very simple .Thank you!
Shonea at 2007-7-10 1:59:25 > top of Java-index,Java Essentials,Java Programming...