Re: How to create EXE in java

2006-01-11 Thread Mladen Turk
kavallappa chiru wrote: Hi How can i cretae exe file from java class file , so that i can run java application without running java classfile from the command prompt. I just want click on the icon to run it as we are all doing in windows. You have an ASF licensed solution at: http://svn.apac

RE: How to create EXE in java

2006-01-11 Thread Jim Cant
t websites in all internetdom. >-Original Message- >From: Kevin Passey [mailto:[EMAIL PROTECTED] >Sent: Monday, January 09, 2006 10:37 AM >To: Tomcat Users List >Subject: Re: How to create EXE in java > >I use EXE4J from ej-technologies - you ca

Re: How to create EXE in java

2006-01-09 Thread Kevin Passey
I use EXE4J from ej-technologies - you can build applications and even supply your copy of the jvm all wrapped up in an exe. Gives you a splash screen and options to search for a jvm - I like it anyway. KP - Original Message - From: "kavallappa chiru" <[EMAIL PROTECTED]> To: Sent:

Re: How to create EXE in java

2006-01-08 Thread Edoardo Panfili
kavallappa chiru ha scritto: > Hi > How can i cretae exe file from java class file , so that i can run java > application without running java classfile from the command prompt. I just > want click on the icon to run it as we are all doing in windows. > You don't need to create an exe file, tak