HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Java JDK 1.3 VM version
Operating System - HP-UX
1830143
Members
20593
Online
109999
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-05-2001 12:03 AM
06-05-2001 12:03 AM
Java JDK 1.3 VM version
Hi,
I'm looking to run an EJB container (JRun from Allaire-Macromedia) but a wrong VM version is found:
05/31 17:52:13 warning (JRun) The ejb service was not loaded due to an incompatible VM (JavaVM-1.3.0.01)
JRun EJB needs 1.3.0 JDK, and I'm using HP JDK 1.3.0.01 ...
With a little java hack using System.getProperties() method, I've found a significant difference between Sun JDK (NT2000) and HP JDK(HP-UX) for "java.version" property:
HP JDK 1.3: java.version = JavaVM-1.3.0.01
Sun JDK 1.3: java.version = 1.3.0
So if VM verification is done using string comparaison, HP JDK can't be used (but there's no other way for HP-UX 11.00)
Does anyone have had this kind of problem, and how did he resolve it ?
Is it a way to change system property, so that the answer will be "1.3.0" ?
Thanks
I'm looking to run an EJB container (JRun from Allaire-Macromedia) but a wrong VM version is found:
05/31 17:52:13 warning (JRun) The ejb service was not loaded due to an incompatible VM (JavaVM-1.3.0.01)
JRun EJB needs 1.3.0 JDK, and I'm using HP JDK 1.3.0.01 ...
With a little java hack using System.getProperties() method, I've found a significant difference between Sun JDK (NT2000) and HP JDK(HP-UX) for "java.version" property:
HP JDK 1.3: java.version = JavaVM-1.3.0.01
Sun JDK 1.3: java.version = 1.3.0
So if VM verification is done using string comparaison, HP JDK can't be used (but there's no other way for HP-UX 11.00)
Does anyone have had this kind of problem, and how did he resolve it ?
Is it a way to change system property, so that the answer will be "1.3.0" ?
Thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 03:18 AM
06-05-2001 03:18 AM
Re: Java JDK 1.3 VM version
I've not bumped into this, but I'm still relatively new to JAVA. Have you tried www.jguru.com? I did a search there to see if I could find an article related to your problem, but I didn't have much luck. They have forums there too, so you might stand a better chance of finding the answer there.
-Good Luck
-Good Luck
"Only he who attempts the absurd is capable of achieving the impossible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2001 10:44 PM
06-17-2001 10:44 PM
Re: Java JDK 1.3 VM version
Hi,
I've didn't get a nice way to resolve the problem: Allaire's support told me to upgrade to JRun release 3.1 (I was using 3.0), and I do so. Now EJB containers are working fine.
But I've got a nice idea this morning, too late for my problem but can still help someone else:
System properties can be set by two ways:
- add a declaration in java comand line:
java -Dawt.toolkit="my.new.toolkit.class" GuiApplication should be used when you have a customized AWT toolkit. This doesn't work for "java.version" property (I didn't try to change Security Manager"
- change the property in a wrapper program. System.setProperty("java.version","1.3.0.acmesoft") works fine. Then you have to call main class form you application.
Hope this will help anyone...
bye
I've didn't get a nice way to resolve the problem: Allaire's support told me to upgrade to JRun release 3.1 (I was using 3.0), and I do so. Now EJB containers are working fine.
But I've got a nice idea this morning, too late for my problem but can still help someone else:
System properties can be set by two ways:
- add a declaration in java comand line:
java -Dawt.toolkit="my.new.toolkit.class" GuiApplication should be used when you have a customized AWT toolkit. This doesn't work for "java.version" property (I didn't try to change Security Manager"
- change the property in a wrapper program. System.setProperty("java.version","1.3.0.acmesoft") works fine. Then you have to call main class form you application.
Hope this will help anyone...
bye
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP