how to make exe files for java programs

Status
Not open for further replies.

abbas1707

Full Member level 4
Joined
May 3, 2007
Messages
216
Helped
20
Reputation
40
Reaction score
8
Trophy points
1,298
Activity points
2,371
hi
anyone knows how to make exe files for java programs , as we make exe for visual basic programs in vb.
 

you can't make exe form java , java is an interperted language the program is executed by the virtual machine that what assure porablility between different platforms
 

You can't make exe file from Java. But you cand create a *.bat file and put inside a line like this:

java YourMainClass
pause
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…