﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <description><![CDATA[Comments for How can I run my Java program as a native executable?]]></description>
    <title><![CDATA[Comments for How can I run my Java program as a native executable?]]></title>
    <link>http://dn.codegear.com/article/22496</link>
    <!-- source: http://dn.codegear.com/article/22496/feed-->
    <dc:date>2008-11-19T09:09:03-08:00</dc:date>
    <item>
      <description><![CDATA[Thanks. It works perfect. But one question. E.g. JB 2006 creates exe which is done exactly the same way except one thing. It adds also config file inside.The only thing is unclear, but obvious. JB somehow change several bytes inside .jar file. In other case target executable will say it doesn't see config file.I did small investigation and found that if I change one byte before the end of .jar file from 0x00 to 0x78 (I found it by binary comparing two files) and the use copy command like:copy /b stub.exe + my.jar + my.config foo.exeeverything is ok and foo.exe starts well.But it works in my concrete case, because on another .jar this trick doesn't work and jar file becomes broken.So, my question is does anybody know what changes are done and how to do them by myself?Also does anybody knows where are executable stubs located in JB folder?]]></description>
      <title><![CDATA[How can I run my Java program as a native executable?]]></title>
      <managingEditor>
	 (Serhiy Brytskyy)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41588</guid>
      <dc:date>2008-09-22T09:32:33-07:00</dc:date>
      <pubDate>2008-09-22T09:32:33-07:00</pubDate>
      <source url="http://dn.codegear.com/article/22496/feed">Comments for How can I run my Java program as a native executable?</source>
    </item>
    <item>
      <description><![CDATA[This is a great way to deploy a JAR file as an exe on Windows.  But thinking a little more "out of the box" (i.e. like a Java developer), it should be possible to do something truly revolutionary: build Universal Programs.  On MacOSX it is possible to run a JAR file directly, just by double clicking it.  Why not do the same on Windows?  It's true that Java programmers would have to do some extra work to factor platform dependencies (e.g. use the Abstract Factory pattern), but some of us do that already.  How great it would be to be able to take a single JAR file to any platform (Windows, Linux, Mac) and have it just run!  - Bob Kohlenberger, Celera Diagnostics]]></description>
      <title><![CDATA[How can I run my Java program as a native executable?]]></title>
      <managingEditor>
	 (Robert Kohlenberger)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=31462</guid>
      <dc:date>2002-02-13T11:45:13-08:00</dc:date>
      <pubDate>2002-02-13T11:45:13-08:00</pubDate>
      <source url="http://dn.codegear.com/article/22496/feed">Comments for How can I run my Java program as a native executable?</source>
    </item>
    <item>
      <description><![CDATA[hi Borland Developer Support Staff,We are using a registered JBuilder version 5.0. I could not find thefiles JBuilder.exe, JBuilderW.exe and JBuilder.config in my bin directory. Has the names of the files changed in the new version or has it been removed. Please reply. This is urgent matter.]]></description>
      <title><![CDATA[How can I run my Java program as a native executable?]]></title>
      <managingEditor>
	 (shigeo hayashi)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=30331</guid>
      <dc:date>2001-10-21T22:31:09-07:00</dc:date>
      <pubDate>2001-10-21T22:31:09-07:00</pubDate>
      <source url="http://dn.codegear.com/article/22496/feed">Comments for How can I run my Java program as a native executable?</source>
    </item>
    <item>
      <description><![CDATA[Dear Inprise Developer Support Staff,This option is tried out and working with partial success. When a JavaHelp utility (jh.jar ver Javahelp 1.1) is added to the exe the hs viewer is not able to view the content of helpset. Kindly reply to this, indicating a possible solution to this problem.]]></description>
      <title><![CDATA[How can I run my Java program as a native executable?]]></title>
      <managingEditor>
	 (Craven Weasel)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=26214</guid>
      <dc:date>2000-08-26T07:51:33-07:00</dc:date>
      <pubDate>2000-08-26T07:51:33-07:00</pubDate>
      <source url="http://dn.codegear.com/article/22496/feed">Comments for How can I run my Java program as a native executable?</source>
    </item>
    <item>
      <description><![CDATA[How does this work legally? Those two executables and dll redistributable?]]></description>
      <title><![CDATA[How can I run my Java program as a native executable?]]></title>
      <managingEditor>
	 (Steaven Woyan)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=25732</guid>
      <dc:date>2000-07-21T07:44:24-07:00</dc:date>
      <pubDate>2000-07-21T07:44:24-07:00</pubDate>
      <source url="http://dn.codegear.com/article/22496/feed">Comments for How can I run my Java program as a native executable?</source>
    </item>
    <generator>Atom 1.0 XSLT Transform v1 (http://atom.geekhood.net)</generator>
  </channel>
</rss>