- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- JRE issues
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
Forums
Discussions
Discussions
Discussions
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
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
06-10-2004 06:35 AM
06-10-2004 06:35 AM
JRE issues
While same application in running HP-UX 11.00 is working fine with the same JRE...
Anyone know JRE issues with HP-UX 11.11 compared to HP-UX 11.00?
Any small notes will be greatle appreciated.
VJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 06:39 AM
06-10-2004 06:39 AM
Re: JRE issues
Which version of Java are you using?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 06:44 AM
06-10-2004 06:44 AM
Re: JRE issues
http://www.hp.com/products1/unix/java/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 06:45 AM
06-10-2004 06:45 AM
Re: JRE issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 06:57 AM
06-10-2004 06:57 AM
Re: JRE issues
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 07:05 AM
06-10-2004 07:05 AM
Re: JRE issues
Okay, let me explain more. My application uses its own JRE, but i setup all the variables related to it but it is NOT using the JRE at all and says "JRE not found". While the same application uses perfectly in HP-UX 11.00 version which is working fine.
Here is my Java VErsions in HP-UX 11.11 Box..
$ /usr/sbin/swlist -l product|grep -i java
Java-PlugIn1-2 1.2.2.11.01 Plug-In for Java 2
Java2-RTE13_base 1.3.1.02.01 Java 2 RTE 1.3 (700/800), PA1.1 Portable
Java2-RTE13_doc 1.3.1.02.01 Java 2 RTE 1.3 (700/800), Distribution License
Java2-RTE13_perf 1.3.1.02.01 Java 2 RTE (700/800), PA2.0 Performance Add On
Java2RTE_base 1.2.2.11.01 Java 2 RTE (700/800), PA1.1 Portable
Java2RTE_doc 1.2.2.11.01 Java 2 RTE (700/800), Distribution License
Java2RTE_perf 1.2.2.11.01 Java 2 RTE (700/800), PA2.0 Performance Add On
$
Thanks in advance
VJ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 07:13 AM
06-10-2004 07:13 AM
Re: JRE issues
Is it hardcoded in peoplesoft application which java to look for, or it depends on JAVA_HOME environment variable??
If you multiple installatiosn of java, you can define java homes as JAVA2_HOME=/opt/java1.2
JAVA3_HOME=/opt/java1.3
JAVA4_HOME=/opt/java1.4
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2004 03:33 PM
06-10-2004 03:33 PM
Re: JRE issues
Also, refer to the foll. links:
http://www.hp.com/products1/unix/java/faq/index.html
http://www.hp.com/products1/unix/java/versions/index.html
http://www.hp.com/products1/unix/java/infolibrary/index.html
Regards,
Hemanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2004 06:46 AM
08-11-2004 06:46 AM
Re: JRE issues
You probably have the answer by now but I'll post this just in case. PeopleSoft uses its own delivered JRE software under $PS_HOME/jre. This will be pointed to via the PS_JRE environment variable and is set from the psconfig.sh script.