View Single Post
Join Date: Feb 2006
Posts: 11
Reputation: NetByte is an unknown quantity at this point 
Solved Threads: 1
NetByte's Avatar
NetByte NetByte is offline Offline
Newbie Poster

Re: can we create .exe file using java

 
0
  #5
Nov 6th, 2007
Originally Posted by sasidharnet View Post
If it is possible please guide me.
Yeah its possible, kills the cross platform concept of java though, but whether for proof of concept or you cant live without .exe in your windows, or for whatever reasons it maybe, yes its do-able...

well, you could use Microsoft J# .NET, but then you'd be needing the .NET Framework installed, rather than having and using Java installed.


or you can use software like "JarToExe Convert Wizard" @ http://www.regexlab.com/en/jar2exe/

or JexePack a command line tool allowing you to package your Java application (class files), optionally along with its resources (like GIF/JPG/TXT/etc), into a single compressed 32-bit Windows EXE, which runs using Sun's Java Runtime Environment. @ http://www.duckware.com/jexepack/index.html

or u can just use google look for more software, and say ... put a search like "java to exe" or something like that.


<sigh!*whenever this subject comes out, it always reminds me of Python, Py2exe*>

" Technology is dominated by two types of people: those who understand what they do not manage, and those who manage what they do not understand. " ---- Putt's Law.
Reply With Quote