<?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: how to find the running java version in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-the-running-java-version/m-p/6936632#M489983</link>
    <description>&lt;P&gt;From the root directory, goto below path&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;/opt/java6/bin&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note** java6 is my version. It may be same or different based on the java version you have installed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From here, run the below command.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;# &amp;nbsp; ./java -version&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You can find the similar output as given below.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Output:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Java(TM) SE Runtime Environment (build 1.6.0.06-jinteg_20_jan_2010_05_50-b00)&lt;BR /&gt;Java HotSpot(TM) Server VM (build 14.3-b01-jre1.6.0.06-rc1, mixed mode)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2017 08:53:41 GMT</pubDate>
    <dc:creator>Zakleadz</dc:creator>
    <dc:date>2017-02-02T08:53:41Z</dc:date>
    <item>
      <title>how to find the running java version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-the-running-java-version/m-p/4749286#M388095</link>
      <description>in my server java 1.3 and java 1.4 two version are availble.&lt;BR /&gt;&lt;BR /&gt;$cd /opt&lt;BR /&gt;$ls&lt;BR /&gt; output --java 1.3,java 1.4&lt;BR /&gt;&lt;BR /&gt;how to find the which java version running in server.</description>
      <pubDate>Mon, 07 Feb 2011 10:04:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-the-running-java-version/m-p/4749286#M388095</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2011-02-07T10:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the running java version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-the-running-java-version/m-p/4749287#M388096</link>
      <description>Well either version could be used... if you wanted to see which version was in use *right now* then something like:&lt;BR /&gt;&lt;BR /&gt;find /opt/java* -name java -type f -exec fuser {} \;&lt;BR /&gt;&lt;BR /&gt;Would show any processes that have the java executable open right now.&lt;BR /&gt;&lt;BR /&gt;Of course that doesn't mean that something might not start at another point in time and use the other java version...&lt;BR /&gt;&lt;BR /&gt;What are you trying to acheive here?&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Mon, 07 Feb 2011 10:15:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-the-running-java-version/m-p/4749287#M388096</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2011-02-07T10:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the running java version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-the-running-java-version/m-p/4749288#M388097</link>
      <description>if you are looking for a particular application ,you can check the software release and find which java version it needs from its documents.&lt;BR /&gt;&lt;BR /&gt;For example;&lt;BR /&gt;swlist -l product | grep -i java&lt;BR /&gt;swlist -l product | grep -i your_application&lt;BR /&gt;&lt;BR /&gt;and sometimes it is already in your environment like my DataProtector 6.11 ;&lt;BR /&gt;# set |grep -i java&lt;BR /&gt;DP_JAVA_DIR=/opt/java6/jre/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Feb 2011 11:56:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-the-running-java-version/m-p/4749288#M388097</guid>
      <dc:creator>Hakki Aydin Ucar</dc:creator>
      <dc:date>2011-02-07T11:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the running java version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-the-running-java-version/m-p/4749289#M388098</link>
      <description>To find the java version running try :-&lt;BR /&gt;# java -version&lt;BR /&gt;&lt;BR /&gt;every java install will create a new directory&lt;BR /&gt;under /opt/.. ,&lt;BR /&gt;&lt;BR /&gt;you can see which java to check the current path settings.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Manix</description>
      <pubDate>Mon, 07 Feb 2011 12:03:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-the-running-java-version/m-p/4749289#M388098</guid>
      <dc:creator>Manix</dc:creator>
      <dc:date>2011-02-07T12:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the running java version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-the-running-java-version/m-p/4749290#M388099</link>
      <description>Rajesh,&lt;BR /&gt;&lt;BR /&gt;You would need to fuly qualify your question. But if your situation is such that you have "java" processes running (via ps or top or glance) AND you are wondering what version(s) of java those are - then let us know.&lt;BR /&gt;&lt;BR /&gt;On any UNIX/Linux OS these days.. there could be several versions of Java running - either bundled with the OS or installed along with other software kits like Oracle, your SAN agents, performancwe collectors, etc.&lt;BR /&gt;&lt;BR /&gt;Generally what I do is to use "lsof" to seek out from what path/directory the runing java process point to. Then use "java -version" on the path to find out the version.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Feb 2011 15:49:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-the-running-java-version/m-p/4749290#M388099</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-07T15:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to find the running java version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-the-running-java-version/m-p/6936632#M489983</link>
      <description>&lt;P&gt;From the root directory, goto below path&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;/opt/java6/bin&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note** java6 is my version. It may be same or different based on the java version you have installed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From here, run the below command.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;# &amp;nbsp; ./java -version&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You can find the similar output as given below.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Output:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Java(TM) SE Runtime Environment (build 1.6.0.06-jinteg_20_jan_2010_05_50-b00)&lt;BR /&gt;Java HotSpot(TM) Server VM (build 14.3-b01-jre1.6.0.06-rc1, mixed mode)&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 08:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-find-the-running-java-version/m-p/6936632#M489983</guid>
      <dc:creator>Zakleadz</dc:creator>
      <dc:date>2017-02-02T08:53:41Z</dc:date>
    </item>
  </channel>
</rss>

