<?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: multiple java versions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-java-versions/m-p/3819122#M780802</link>
    <description>I agree they need to go into different directories. I believe I will have to manually create the additional directoies and move the the files.&lt;BR /&gt;&lt;BR /&gt;Example; The java1.3.1_13 installed into /opt/java1.3  I would create /opt/java1.3.1_13 directory and then move the files into this new directory.&lt;BR /&gt;&lt;BR /&gt;But still the question, when I swinstall java 1.3.1_09, I will get the swinstall error stating I have a newer version installed. I can go into Options and reinstall but then the IPD will not have the record of 1.3.1_13 being installed.&lt;BR /&gt;&lt;BR /&gt;Is this OK?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 06 Jul 2006 17:11:20 GMT</pubDate>
    <dc:creator>Rick Garland</dc:creator>
    <dc:date>2006-07-06T17:11:20Z</dc:date>
    <item>
      <title>multiple java versions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-java-versions/m-p/3819120#M780800</link>
      <description>Hi all:&lt;BR /&gt;&lt;BR /&gt;Got a L system running 11.23&lt;BR /&gt;&lt;BR /&gt;Got some DBAs wanting to have 7 different versions of java installed. I have seen the 3 main versions - 1.3, 1.4, 1.5&lt;BR /&gt;&lt;BR /&gt;But the request is for 1.5.0_01, 1.5.0_03, 1.4.2_04, 1.4.2_08, 1.3.1_05, 1.3.1_09, 1.3.1_13&lt;BR /&gt;&lt;BR /&gt;Here is my confusion. When doing the install it will install into (example) /opt/java1.3. How am I going to put these multiple versions of 1.3 into the same directory area? Also, the swinstall will fail because it detects an install already. I can choose to reinstall but that will overwrite what is already there.&lt;BR /&gt;&lt;BR /&gt;Do the DBAs really need all of these versions within the same major release?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 06 Jul 2006 16:38:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-java-versions/m-p/3819120#M780800</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-07-06T16:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: multiple java versions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-java-versions/m-p/3819121#M780801</link>
      <description>All of those versions will have to go into different subdirectories (and they should).  Then per application that wants to use a different version of Java, they'll all have to have their PATH and JAVA_HOME environment variables set accordingly.  That's quite a bit to manage...&lt;BR /&gt;&lt;BR /&gt;Do they need all those versions? I guess it depends on what are they trying to do.  Are they trying to compare performance/memory models/features, etc?</description>
      <pubDate>Thu, 06 Jul 2006 16:43:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-java-versions/m-p/3819121#M780801</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-07-06T16:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: multiple java versions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-java-versions/m-p/3819122#M780802</link>
      <description>I agree they need to go into different directories. I believe I will have to manually create the additional directoies and move the the files.&lt;BR /&gt;&lt;BR /&gt;Example; The java1.3.1_13 installed into /opt/java1.3  I would create /opt/java1.3.1_13 directory and then move the files into this new directory.&lt;BR /&gt;&lt;BR /&gt;But still the question, when I swinstall java 1.3.1_09, I will get the swinstall error stating I have a newer version installed. I can go into Options and reinstall but then the IPD will not have the record of 1.3.1_13 being installed.&lt;BR /&gt;&lt;BR /&gt;Is this OK?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Jul 2006 17:11:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-java-versions/m-p/3819122#M780802</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-07-06T17:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: multiple java versions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-java-versions/m-p/3819123#M780803</link>
      <description>Hi Rick, &lt;BR /&gt;&lt;BR /&gt;Example; The java1.3.1_13 installed into /opt/java1.3 I would create /opt/java1.3.1_13 directory and then move the files into this new directory.&lt;BR /&gt;&lt;BR /&gt;But still the question, when I swinstall java 1.3.1_09, I will get the swinstall error stating I have a newer version installed. I can go into Options and reinstall but then the IPD will not have the record of 1.3.1_13 being installed.&lt;BR /&gt;&lt;BR /&gt;Is this OK?&lt;BR /&gt;&lt;BR /&gt;You can do the follwing, &lt;BR /&gt;&lt;BR /&gt;1) Install JDK 1.3.1_13 and copy /opt/java1.3 to some other location (Ex : /tmp/java1.3.1_13). &lt;BR /&gt;&lt;BR /&gt;2) Remove JDK 1.3.1_13 using swremove. &lt;BR /&gt;&lt;BR /&gt;3) Move /tmp/java1.3.1_13 /opt/java1.3.1_13&lt;BR /&gt;&lt;BR /&gt;4) Like wise, install multiple versions. Make sure you set PATH and CLASSPATH varibales in correct order. &lt;BR /&gt;&lt;BR /&gt;5) Please note : If you require to link any libs to /usr/lib/hpux32 and /usr/lib/hpux64, you have to do it manually. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 06 Jul 2006 22:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-java-versions/m-p/3819123#M780803</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-07-06T22:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: multiple java versions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/multiple-java-versions/m-p/3819124#M780804</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I can't believe that they need different levels of java - but if they want (and manage it theirselves to get the right version ...)&lt;BR /&gt;&lt;BR /&gt;You can install from the lowest version to higher level - and make a copy of the directory with a level extension.&lt;BR /&gt;If this doesn't work - the best solution is definitively 'install - copy - deinstall'&lt;BR /&gt;&lt;BR /&gt;Have fun!&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Jul 2006 04:31:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/multiple-java-versions/m-p/3819124#M780804</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2006-07-07T04:31:49Z</dc:date>
    </item>
  </channel>
</rss>

