- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What is difference between JRE and JDK in Oracle 9...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2006 12:18 AM
тАО09-25-2006 12:18 AM
I am installing a second Oracle 9i on
the same node. It is a hpux11.00 with Mc/Serviceguard and we need an Oracle installation per package.
There are 2 packages and 2 nodes (Thus 4 in total)
I also have existing Oracle8i installation.
They will be superseeded.
But during the installation of 9i I need to give a path for JDK_HOME.
And I am doubtfull to what path to give.
I did a search for "*jre*" and I got so many
responses:
/opt/java1.3/jre
/usr/oracle/product/9.2.07/jdk/jre
/usr/local/java1.3/jre
/var/spool/sw/Jre13/JRE13-COM/opt/java1.3/jre
Do I just organise this myself, then what is
the best practise for the JDK_HOME path ?
$ORACLE_HOME/jdk ??
Your suggestions and comments are welcome.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2006 12:37 AM
тАО09-25-2006 12:37 AM
SolutionJRE is the run time package for Java.
JDK is the development kit.
The best practice with this stuff is to keep it in the /opt/java/java1.x directory and not keep it anywhere near any oracle binaries.
Note that the bell tolls for HP-UX 11.00 at the end of this calendar year. Time to plan that upgrade.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2006 12:42 AM
тАО09-25-2006 12:42 AM
Re: What is difference between JRE and JDK in Oracle 9i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2006 12:42 AM
тАО09-25-2006 12:42 AM
Re: What is difference between JRE and JDK in Oracle 9i
Use the JAVA than include ORACLE 9.2 software
Verify prerequisites for JAVA and kernel parameters.
rgs,
ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2006 12:42 AM
тАО09-25-2006 12:42 AM
Re: What is difference between JRE and JDK in Oracle 9i
Use the JAVA that include ORACLE 9.2 software
Verify prerequisites for JAVA and kernel parameters.
rgs,
ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2006 12:43 AM
тАО09-25-2006 12:43 AM
Re: What is difference between JRE and JDK in Oracle 9i
Probably the full version numbers are slightly different in each: check the full version numbers (you would generally prefer 1.3.1.xx over 1.3.0.xx) with e.g. "/opt/java1.3/bin/java -version" command. Then use the one that best fits your requirements (generally the latest is better, unless you specifically need an older version).
A bit of explanation about your search results:
- /opt/java1.3/jre = the standard location for HP-supplied Java 1.3 series .depot package. This may be a "full" JDK, or a smaller JRE-only package with no Java development tools. In this case, the JDK_HOME value would be "/opt/java1.3". This is the easiest to update to another HP-supported Java package.
- /usr/oracle/product/9.2.07/jdk/jre = Java Development Kit provided by Oracle installation. If you intend to use this JDK, the JDK_HOME value would probably be "/usr/oracle/product/9.2.07/jdk".
- /usr/local/java1.3/jre = Java installed in a custom path, possibly because a specific version was needed. Suitable JDK_HOME value to use this one is probably "/usr/local/java1.3".
- /var/spool/sw/... = This is not a Java installation, but a data file for swagentd to record the fact that a Java package is installed in /opt/java1.3/jre on this host. Don't touch this one manually; it is needed by swinstall and other sw* tools and will be removed automatically when no longer needed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-25-2006 12:56 AM
тАО09-25-2006 12:56 AM
Re: What is difference between JRE and JDK in Oracle 9i
I think I go with Steven's advice
So if I already have /opt/java/1.3
I just re-use it ?
It appears I cannot skip the java JDK installation with the Oracle installer
if I already have it on /opt/java/1.3
Or will the Oracle installer be smart and
see I already have it and skip itself.
In any case what I understand from our developers , that all Java development is
not done on unix but on Windows (Tools Like Java WebSphere studio) and then ported to unix when it is ready. So I do not really
need it on unix anyway.