- Strength to Increase Rep
- +3
- Strength to Decrease Rep
- -0
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 4
- Posts with Downvotes
- 2
- Downvoting Members
- 4
I'm a muslim computer engineer , like exchanging knowladge between everybody.
- Interests
- Swimming , football , historical films and action games.
- PC Specs
- JAVA programmer
Re: Hi Rav Wolf , when you compile your java code , a .jar file is created .. then you can use any of the progras that converts jar to exe such as "installJammer" , InstallJammer creats a .exe file from the .jar file .. I hope i helped you .. … | |
Re: Hi jhonnyboy . you can use "j2e_enterprise" software , which converts .jar file to .exe file . Download it and try it , actually it's perfect for me . hope my reply is helpful best regards eng.hosam84 | |
Re: Hi Shimbardy .. a quick search in google resulted in the following topics , i hope you visit them for useful : [url]http://forums.devx.com/showthread.php?t=143176[/url] and [url]http://www.javafaq.nu/java-example-code-285.html[/url] and [url]http://www.roseindia.net/java/example/java/util/CompareDate.shtml[/url] and [url]http://www.roseindia.net/java/javadate/comparing-date-after.shtml[/url] | |
Re: write break; after if(empName.toLower().equals("stop")) { end = true;if(empName.toLower().equals("stop")) { end = true; so the code will be if(empName.toLower().equals("stop")) { end = true;if(empName.toLower().equals("stop")) { end = true; break; i hope it's helpful |