Re: making .exe out of java class file?

  • From: "Stephen S. Disbrow" <info@xxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Mon, 3 Dec 2007 19:57:36 -0600

   Hi,
The person will need a JRE, and then they can run the program like java *.class. I have written C programs that simpley call the command like system("java *.class"); to start it up, but you still need a JRE. Someone here might have another idea.

Steve
----- Original Message ----- From: "Alex Parks" <mehgcap@xxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Sunday, December 02, 2007 9:01 PM
Subject: making .exe out of java class file?


Hi all:
How can I make a normal .exe file out of the class files my java compiler gives me? I can run them on my system, but what if I want to give them to others? Thanks.

Have a great day,
Alex
__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind




__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: