How can I convert a Java program to exe?

I have also some additional libraries.

Can anyone suggest some tools for me?

[89 byte] By [leolee1022a] at [2007-11-27 11:01:02]
# 1

Rewrite it in C++.

TuringPesta at 2007-7-29 12:33:35 > top of Java-index,Java Essentials,Java Programming...
# 2

=.=I don't know C++.

Is any tool avaliable to do this?

leolee1022a at 2007-7-29 12:33:35 > top of Java-index,Java Essentials,Java Programming...
# 3

No. Why do you need this?

Also, try a forum search for the 1,000s of times this was asked.

http://www.google.com/search?hl=en&q=java+exe

TuringPesta at 2007-7-29 12:33:35 > top of Java-index,Java Essentials,Java Programming...
# 4

http://onesearch.sun.com/search/onesearch/index.jsp?qt=java+exe&qp_name=null&subCat=siteforumid%3Ajava31&site=dev&dftab=siteforumid%3Ajava31&chooseCat=javaall&col=developer-forums

TuringPesta at 2007-7-29 12:33:35 > top of Java-index,Java Essentials,Java Programming...
# 5

why do you think you need to do this?

TuringPesta at 2007-7-29 12:33:35 > top of Java-index,Java Essentials,Java Programming...
# 6

> why do you think you need to do this?

don't you know that hackers can decompile Java and see how shoddy the code you wrote is? ;)

jwentinga at 2007-7-29 12:33:35 > top of Java-index,Java Essentials,Java Programming...
# 7

The program is only for the staff in company.

And it is troublesome for them to setup the environment to run the program in my opinions.

leolee1022a at 2007-7-29 12:33:35 > top of Java-index,Java Essentials,Java Programming...
# 8

I don't see why. Install an appropriate version of Java if it isn't already. Make a jar file from your program. Issue jar file to staff who place an icon on their desktop. They double click icon and program works.

floundera at 2007-7-29 12:33:35 > top of Java-index,Java Essentials,Java Programming...