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, take a look to the jar files and
relative manifest file.
You ca use a simple manifest with only one line

Main-Class: qualified.name..of.your.Class
        
...is this the correct mailing-list for this question?

Edoardo

-- 
[EMAIL PROTECTED]
AIM: edoardopn
Jabber: [EMAIL PROTECTED]
tel:075 9142766

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to