Click here to Skip to main content
15,899,634 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have code for calculator in java swing.
Now my question is how convert it in to exe file or jar file.
i tried with exe4j software. but once i done with exe file. if i try to open it showing some error.
So please help me in this.
Posted
Comments
Lakamraju Raghuram 31-Jan-12 0:44am    
what is the error you are getting ??

Exporting a runnable Jar with Netbeans[^]

Exporting a runnable jar in Eclipse [^] (good website, check also the rest!)


After that you can call the jar with the command java -jar WhatEverYouNameIt.jar
You can also add an ini-file or other things. You can set up a shortcut to cover the command and to give it a nice icon.
 
Share this answer
 
Ya i got the solution for the above problem
 
Share this answer
 
Comments
Member 10239407 23-Sep-13 3:15am    
How u solved plz explain us
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900