<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Java JDK 1.3 VM version in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/java-jdk-1-3-vm-version/m-p/2536388#M728833</link>
    <description>I've not bumped into this, but I'm still relatively new to JAVA. Have you tried &lt;A href="http://www.jguru.com?" target="_blank"&gt;www.jguru.com?&lt;/A&gt;  I did a search there to see if I could find an article related to your problem, but I didn't have much luck.  They have forums there too, so you might stand a better chance of finding the answer there.&lt;BR /&gt;&lt;BR /&gt;-Good Luck</description>
    <pubDate>Tue, 05 Jun 2001 10:18:43 GMT</pubDate>
    <dc:creator>R. Allan Hicks</dc:creator>
    <dc:date>2001-06-05T10:18:43Z</dc:date>
    <item>
      <title>Java JDK 1.3 VM version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-jdk-1-3-vm-version/m-p/2536387#M728832</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm looking to run an EJB container (JRun from Allaire-Macromedia) but a wrong VM version is found:&lt;BR /&gt;05/31 17:52:13 warning (JRun) The ejb service was not loaded due to an incompatible VM (JavaVM-1.3.0.01)&lt;BR /&gt;JRun EJB needs 1.3.0 JDK, and I'm using HP JDK 1.3.0.01 ...&lt;BR /&gt;&lt;BR /&gt;With a little java hack using System.getProperties() method, I've found a significant difference between Sun JDK (NT2000) and HP JDK(HP-UX) for "java.version" property:&lt;BR /&gt;&lt;BR /&gt;HP JDK 1.3: java.version = JavaVM-1.3.0.01&lt;BR /&gt;Sun JDK 1.3: java.version = 1.3.0&lt;BR /&gt;&lt;BR /&gt;So if VM verification is done using string comparaison, HP JDK can't be used (but there's no other way for HP-UX 11.00)&lt;BR /&gt;&lt;BR /&gt;Does anyone have had this kind of problem, and how did he resolve it ?&lt;BR /&gt;Is it a way to change system property, so that the answer will be "1.3.0" ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Jun 2001 07:03:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-jdk-1-3-vm-version/m-p/2536387#M728832</guid>
      <dc:creator>Fred TEMPO</dc:creator>
      <dc:date>2001-06-05T07:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Java JDK 1.3 VM version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-jdk-1-3-vm-version/m-p/2536388#M728833</link>
      <description>I've not bumped into this, but I'm still relatively new to JAVA. Have you tried &lt;A href="http://www.jguru.com?" target="_blank"&gt;www.jguru.com?&lt;/A&gt;  I did a search there to see if I could find an article related to your problem, but I didn't have much luck.  They have forums there too, so you might stand a better chance of finding the answer there.&lt;BR /&gt;&lt;BR /&gt;-Good Luck</description>
      <pubDate>Tue, 05 Jun 2001 10:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-jdk-1-3-vm-version/m-p/2536388#M728833</guid>
      <dc:creator>R. Allan Hicks</dc:creator>
      <dc:date>2001-06-05T10:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Java JDK 1.3 VM version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-jdk-1-3-vm-version/m-p/2536389#M728834</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've didn't get a nice way to resolve the problem: Allaire's support told me to upgrade to JRun release 3.1 (I was using 3.0), and I do so. Now EJB containers are working fine.&lt;BR /&gt;&lt;BR /&gt;But I've got a nice idea this morning, too late for my problem but can still help someone else:&lt;BR /&gt;System properties can be set by two ways:&lt;BR /&gt;- add a declaration in java comand line:&lt;BR /&gt;&lt;I&gt;java -Dawt.toolkit="my.new.toolkit.class" GuiApplication&lt;/I&gt; should be used when you have a customized AWT toolkit. This doesn't work for "java.version" property (I didn't try to change Security Manager"&lt;BR /&gt;- change the property in a wrapper program. &lt;I&gt;System.setProperty("java.version","1.3.0.acmesoft")&lt;/I&gt; works fine. Then you have to call main class form you application.&lt;BR /&gt;&lt;BR /&gt;Hope this will help anyone...&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jun 2001 05:44:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-jdk-1-3-vm-version/m-p/2536389#M728834</guid>
      <dc:creator>Fred TEMPO</dc:creator>
      <dc:date>2001-06-18T05:44:11Z</dc:date>
    </item>
  </channel>
</rss>

