<?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: upgrading java1.2 to java1.3 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-java1-2-to-java1-3/m-p/4895282#M403089</link>
    <description>Jason,&lt;BR /&gt;&lt;BR /&gt;First, why not 1.4?  &lt;BR /&gt;&lt;BR /&gt;Anyway, download the software from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/java/" target="_blank"&gt;http://www.hp.com/products1/unix/java/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then run swinstall interactively, select the downloaded java depot, then under Actions, click on Change Product Location so you can check to see where it installs.  I believe it will install under /opt/java1.3.  If not, change it so it doesn't overlay your existing 1.2 install.  After testing you can go back and swremove the 1.2 version.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Fri, 08 Apr 2005 11:55:05 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2005-04-08T11:55:05Z</dc:date>
    <item>
      <title>upgrading java1.2 to java1.3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-java1-2-to-java1-3/m-p/4895281#M403088</link>
      <description>I am currently running java1.2 on a HP-UX 11.11 and need to uprade the java version from 1.2 to 1.3. Can someone tell me the best way to do this?</description>
      <pubDate>Fri, 08 Apr 2005 11:50:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-java1-2-to-java1-3/m-p/4895281#M403088</guid>
      <dc:creator>Jason_309</dc:creator>
      <dc:date>2005-04-08T11:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: upgrading java1.2 to java1.3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-java1-2-to-java1-3/m-p/4895282#M403089</link>
      <description>Jason,&lt;BR /&gt;&lt;BR /&gt;First, why not 1.4?  &lt;BR /&gt;&lt;BR /&gt;Anyway, download the software from here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/java/" target="_blank"&gt;http://www.hp.com/products1/unix/java/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Then run swinstall interactively, select the downloaded java depot, then under Actions, click on Change Product Location so you can check to see where it installs.  I believe it will install under /opt/java1.3.  If not, change it so it doesn't overlay your existing 1.2 install.  After testing you can go back and swremove the 1.2 version.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 08 Apr 2005 11:55:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-java1-2-to-java1-3/m-p/4895282#M403089</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-04-08T11:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: upgrading java1.2 to java1.3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-java1-2-to-java1-3/m-p/4895283#M403090</link>
      <description>Thank you.</description>
      <pubDate>Fri, 08 Apr 2005 11:56:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-java1-2-to-java1-3/m-p/4895283#M403090</guid>
      <dc:creator>Jason_309</dc:creator>
      <dc:date>2005-04-08T11:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: upgrading java1.2 to java1.3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-java1-2-to-java1-3/m-p/4895284#M403091</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can have both java versions - just install new version it will be located in /opt/java1.3 directory.&lt;BR /&gt;&lt;BR /&gt;If you want you can use swremove to remove old java1.2 software.&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2005 11:57:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-java1-2-to-java1-3/m-p/4895284#M403091</guid>
      <dc:creator>Slawomir Gora</dc:creator>
      <dc:date>2005-04-08T11:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: upgrading java1.2 to java1.3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-java1-2-to-java1-3/m-p/4895285#M403092</link>
      <description>If you want to add different java versions:&lt;BR /&gt;&lt;BR /&gt;swinstall java - it will install as /opt/java1.3 &lt;BR /&gt;&lt;BR /&gt;move this version:&lt;BR /&gt;mv /opt/java1.3    /opt/java1.3.1.02 (version you get from /opt/java1.3/bin java -version)&lt;BR /&gt;swinstall new version&lt;BR /&gt;&lt;BR /&gt;mv versions around - whatever version you have in /opt/java1.3 is the one being used.&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2005 12:04:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-java1-2-to-java1-3/m-p/4895285#M403092</guid>
      <dc:creator>Robert Bennett_3</dc:creator>
      <dc:date>2005-04-08T12:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: upgrading java1.2 to java1.3</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-java1-2-to-java1-3/m-p/4895286#M403093</link>
      <description>I thank everyone for there help.</description>
      <pubDate>Fri, 08 Apr 2005 12:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrading-java1-2-to-java1-3/m-p/4895286#M403093</guid>
      <dc:creator>Jason_309</dc:creator>
      <dc:date>2005-04-08T12:06:21Z</dc:date>
    </item>
  </channel>
</rss>

