hello, we had many applications which are stand-alone using java,swing. we need to make them as .exe. is it possible? if so, give the neccessary classes and methods to do the above. with warm regards, sreedhar m
eric moon
Ranch Hand
Joined: Nov 26, 2000
Posts: 133
posted
0
there is a company called Jove that makes a program that will turn your .jar file into an excecutable. It works surprisingly well, although the resulting code is no faster than java. HTH
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>"Those who cast the votes decide nothing. Those who count the<BR>votes decide<BR>everything." <BR> -Joseph Stalin<HR></BLOCKQUOTE>
Jahanzeb Sayal
Greenhorn
Joined: Mar 02, 2001
Posts: 21
posted
0
You can also take advantage of executable jars introduced in Java2. You can refer to tech tips archive on www.javasoft.com & refer to tip regarding executable jars. I hope it work & also it is platform independent. Other ways to convert a file into .exe is to download various utilities from www.download.com but i cant say anything regarding performance.
Sayal
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.