Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top