<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Java to EXE' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Java to EXE' posted on the 'Java' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sun, 26 May 2013 01:47:41 -0700</pubDate>
    <lastBuildDate>Sun, 26 May 2013 01:47:41 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>Java to EXE</title>
      <link>http://www.programmersheaven.com/mb/java/154481/154481/java-to-exe/</link>
      <description>I am developing java apps for Windows only.&lt;br /&gt;
So I need a way to convert my Java programs into native machine code.&lt;br /&gt;
Is there any FREE tool that converts java programs into EXE files.&lt;br /&gt;
If not native machine code then an EXE wrapper will also do.&lt;br /&gt;
That is my programs may run under JVM only but I won't use Batch file to open them instead some EXE file with custom icon.&lt;br /&gt;
I have tried using JET but it's free version doesn't allow Deployment facility.&lt;br /&gt;
For EXE wrapper I have used exej but its restriction is that it requires only Javasoft JRE.&lt;br /&gt;
Please if anybody knows about it then inform me.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java/154481/154481/java-to-exe/</guid>
      <pubDate>Tue, 19 Nov 2002 07:30:37 -0700</pubDate>
      <category>Java</category>
    </item>
    <item>
      <title>Re: Java to EXE</title>
      <link>http://www.programmersheaven.com/mb/java/154481/154503/re-java-to-exe/#154503</link>
      <description>Use install anywhere&lt;br /&gt;
(Icon in start menu, tray icon, uninstall facility, etc...)&lt;br /&gt;
It's free and give you a package wich could be easyly installed on any platform (with or without JRE)&lt;br /&gt;
&lt;span style="font-size: medium;"&gt;&lt;span style="color: Red;"&gt;(v)&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java/154481/154503/re-java-to-exe/#154503</guid>
      <pubDate>Tue, 19 Nov 2002 08:53:03 -0700</pubDate>
      <category>Java</category>
    </item>
    <item>
      <title>Re: Java to EXE</title>
      <link>http://www.programmersheaven.com/mb/java/154481/154535/re-java-to-exe/#154535</link>
      <description>&lt;strong&gt;&lt;span style="color: Red;"&gt;This message was edited by bashiro at  2002-11-20 3:50:4&lt;/span&gt;&lt;/strong&gt;&lt;hr /&gt;&lt;br /&gt;
You can use Install ANywhere as stated by Nazgul..&lt;br /&gt;
But mind you the projects designed with &lt;br /&gt;
install anywhere has to be re-built after 3 days.&lt;br /&gt;
If you have money enough then pay for it ( it's the best way).&lt;br /&gt;
&lt;br /&gt;
But if on the other hand you are a java hobbist as&lt;br /&gt;
many of us here, then go for a reasonable priced Installers.&lt;br /&gt;
If you check www.download.com and search for java installers or&lt;br /&gt;
java exe makers you will get some few to try.&lt;br /&gt;
&lt;br /&gt;
The best solution will be if you have a good development enviroments&lt;br /&gt;
like Jbuilder, visual cafe etc they come with built inn tools that&lt;br /&gt;
allow you to generate a runnable applications in .jar format. Then after you've generated a runnable app, you can use a reasonable&lt;br /&gt;
priced Installers from developers like;&lt;br /&gt;
&lt;a href="http://www.de.setupspecialist.com/en/"&gt;http://www.de.setupspecialist.com/en/&lt;/a&gt;&lt;br /&gt;
&lt;a href="http://www.digitalweb.com.br"&gt;http://www.digitalweb.com.br&lt;/a&gt;&lt;br /&gt;
to polish the end in order to get a professional look.&lt;br /&gt;
These two  do the installation job as fine as Installshield and Install Anywhere&lt;br /&gt;
The differece in my opinion is the price.&lt;br /&gt;
&lt;br /&gt;
Lastly google the net. There are very fine free Installers out there. &lt;br /&gt;
&lt;br /&gt;
Good luck&lt;br /&gt;
&lt;br /&gt;
bashiro &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java/154481/154535/re-java-to-exe/#154535</guid>
      <pubDate>Tue, 19 Nov 2002 11:39:47 -0700</pubDate>
      <category>Java</category>
    </item>
    <item>
      <title>Re: Java to EXE</title>
      <link>http://www.programmersheaven.com/mb/java/154481/154618/re-java-to-exe/#154618</link>
      <description>I'm pretty sure GCJ of the GNU Compiler Collection can take in Java source and output a native executable.  Wander gcc.gnu.org.  You may need to do some interesting compiling to get it for windows though (i.e. cross-compiling the compiler, once you finish it should be fine).&lt;br /&gt;
&lt;br /&gt;
"We can't do nothing and think someone else will make it right."&lt;br /&gt;
-Kyoto Now, Bad Religion&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java/154481/154618/re-java-to-exe/#154618</guid>
      <pubDate>Tue, 19 Nov 2002 17:04:17 -0700</pubDate>
      <category>Java</category>
    </item>
    <item>
      <title>Re: Java to EXE</title>
      <link>http://www.programmersheaven.com/mb/java/154481/413468/re-java-to-exe/#413468</link>
      <description>Check out this link - &lt;a href="http://www.ivmaisoft.com/jcgo/"&gt;http://www.ivmaisoft.com/jcgo/&lt;/a&gt;&lt;br /&gt;
JCGO is a Java-to-C translator.&lt;br /&gt;
While the tool is commercial, you can use it for free if you are developing an open-source project.</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/java/154481/413468/re-java-to-exe/#413468</guid>
      <pubDate>Mon, 15 Feb 2010 00:36:53 -0700</pubDate>
      <category>Java</category>
    </item>
  </channel>
</rss>