<?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 - Getting To First Base in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/java-getting-to-first-base/m-p/4954699#M103671</link>
    <description>Thanks for the help!</description>
    <pubDate>Tue, 24 Jan 2006 12:51:57 GMT</pubDate>
    <dc:creator>Bill Brutzman</dc:creator>
    <dc:date>2006-01-24T12:51:57Z</dc:date>
    <item>
      <title>Java - Getting To First Base</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-getting-to-first-base/m-p/4954693#M103665</link>
      <description>On our new Integrity box, it is not clear to me if any Java is installed.&lt;BR /&gt;&lt;BR /&gt;At /opt/java1.4/bin/  almost all of the files there are 89784 in size.&lt;BR /&gt;&lt;BR /&gt;Also, the command, #java -version, comes back with sh: java: not found.&lt;BR /&gt;&lt;BR /&gt;I expect that I need to do a swinstall, I have had trouble finding installation instructions.&lt;BR /&gt;&lt;BR /&gt;Help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jan 2006 10:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-getting-to-first-base/m-p/4954693#M103665</guid>
      <dc:creator>Bill Brutzman</dc:creator>
      <dc:date>2006-01-24T10:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Java - Getting To First Base</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-getting-to-first-base/m-p/4954694#M103666</link>
      <description>Bill,&lt;BR /&gt;&lt;BR /&gt;That's simply because it's not in your PATH.  First try doing "/opt/java1.4/bin/java -version".  If that fails then maybe you do need to install.  You can download 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;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 24 Jan 2006 11:09:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-getting-to-first-base/m-p/4954694#M103666</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2006-01-24T11:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Java - Getting To First Base</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-getting-to-first-base/m-p/4954695#M103667</link>
      <description>To see if it's there:&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i java&lt;BR /&gt;&lt;BR /&gt;If it's there you'll see a listing.&lt;BR /&gt;&lt;BR /&gt;If the files are "there" and all have the same size it's probably because in the bin directory all of the files are "hard-linked" to the main executable.  Is there a number when you do an "ls -al" as the second argument on most of the lines?  Are the numbers all the same (like 20 or 30 or so)?  Then they are linked together. &lt;BR /&gt;&lt;BR /&gt;If they are hardlinked, then they share an inode. Try:&lt;BR /&gt;&lt;BR /&gt;ls -ali * (this means list the inode number)&lt;BR /&gt;&lt;BR /&gt;Do most of them have the same first number?  Once again, if so, they are hard linked to the same file.&lt;BR /&gt;&lt;BR /&gt;As far as why "java -version" doesn't work, it may not be in your path.  From the "bin" directory mentioned above, try "./java -version)" instead.  If that clears it up then you need to append the java/bin directory to your path (don't do this for root).&lt;BR /&gt;&lt;BR /&gt;If in doubt, it wouldn't hurt to uninstall it  and reinstall it - once you've nailed down which version you need to install and have found the java depot file for swinstall.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jan 2006 11:15:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-getting-to-first-base/m-p/4954695#M103667</guid>
      <dc:creator>TwoProc</dc:creator>
      <dc:date>2006-01-24T11:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Java - Getting To First Base</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-getting-to-first-base/m-p/4954696#M103668</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;You can download latest JDK from,&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/java/?jumpid=go/java" target="_blank"&gt;http://www.hp.com/products1/unix/java/?jumpid=go/java&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;After downloading, just do, &lt;BR /&gt;&lt;BR /&gt;# swinstall -s &lt;FULL_PATH&gt;/T145xx.depot T145XX &lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/FULL_PATH&gt;</description>
      <pubDate>Tue, 24 Jan 2006 11:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-getting-to-first-base/m-p/4954696#M103668</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-24T11:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Java - Getting To First Base</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-getting-to-first-base/m-p/4954697#M103669</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;Installation instructions for JDK5.0 is available at, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hp.com/products1/unix/java/java2/jdkjre5_0/infolibrary/jdk_rnotes_5.0.02.html" target="_blank"&gt;http://www.hp.com/products1/unix/java/java2/jdkjre5_0/infolibrary/jdk_rnotes_5.0.02.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 24 Jan 2006 11:23:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-getting-to-first-base/m-p/4954697#M103669</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-24T11:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: Java - Getting To First Base</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-getting-to-first-base/m-p/4954698#M103670</link>
      <description>Java can't be on first base, who's on first.</description>
      <pubDate>Tue, 24 Jan 2006 12:22:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-getting-to-first-base/m-p/4954698#M103670</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-01-24T12:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Java - Getting To First Base</title>
      <link>https://community.hpe.com/t5/operating-system-linux/java-getting-to-first-base/m-p/4954699#M103671</link>
      <description>Thanks for the help!</description>
      <pubDate>Tue, 24 Jan 2006 12:51:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/java-getting-to-first-base/m-p/4954699#M103671</guid>
      <dc:creator>Bill Brutzman</dc:creator>
      <dc:date>2006-01-24T12:51:57Z</dc:date>
    </item>
  </channel>
</rss>

