convert java application into an exe
Hi all
We have developed a java application using swings. the application is running well and now we want to make an exe file for this application. I have tried some tools like JSmooth,JLauncher but I am unable to get the desired result. Actually in my application there are some folders such as
rootdirectory/images - contains images
rootdirectory/properties - contains properties files
rootdirectory/html - contains html files
rootdirectory/xml - contains xml file
rootdirectory/lib - contains some libraries for themes,jar files etc
here the rootdirectory is the application directory.
the tool which I used is not pointing to these directories and I am unable to get the images and other files required for the application. I need to know is there any tool or product which takes care of all the directories in the application path.
Thanks in advance
how to generate NSIS script for swing application
i did small changes in java apatar swing application . the application is running well and now we want to make an exe file for this application. I have tried some tools like JSmooth,JLauncher but I am unable to get the desired result. Actually in my application there are some folders such as
rootdirectory/images - contains images
rootdirectory/properties - contains properties files
rootdirectory/html - contains html files
rootdirectory/xml - contains xml file
rootdirectory/lib - contains some libraries for themes,jar files etc
i have created exe using jar2exe tool but is it working with in the project environment.how to pack above mentioned files
i tried with NSIS but how to generate NSIS script :)
Thanks in advance[/QUOTE]