- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: can I run both 32bits and 64bits Java on the s...
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-06-2006 08:14 PM
06-06-2006 08:14 PM
ln -s /opt/java1.4/jre/lib/PA_RISC2.0W/*.sl /usr/lib/pa20_64
and
ln -s /opt/java1.4/jre/lib/PA_RISC2.0W/hotspot/*.sl /usr/lib/pa20_64
, but some *.sl files in PA_RISC2.0W and PA_RISC2.0 are the same? so, anyone can give some advice?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 08:18 PM
06-06-2006 08:18 PM
Re: can I run both 32bits and 64bits Java on the same server
Yes, You can run both 32 bit and 64 bit JVM on same machine without any issues. You use java from /opt/java1.4/bin/PA_RISC2.0W/java which is ELF-64 executable object file - PA-RISC 2.0 (LP64)
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 08:23 PM
06-06-2006 08:23 PM
Re: can I run both 32bits and 64bits Java on the same server
$./java -version
/usr/lib/pa20_64/dld.sl: Unable to find library 'libjvm.sl'.
Killed
$pwd
/opt/java1.4/jre/bin/PA_RISC2.0W
does that mean I should do some soft link of libjvm.sl, so comes the problem, PARISC_2.0 and PARISC_2.0W both have libjvm.sl, how to solve this problem? thanks for your reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 08:35 PM
06-06-2006 08:35 PM
Re: can I run both 32bits and 64bits Java on the same server
You can link /opt/java1.4//jre/lib/PA_RISC2.0W/server/libjvm.sl
to /usr/lib/pa20_64
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 08:46 PM
06-06-2006 08:46 PM
Re: can I run both 32bits and 64bits Java on the same server
to /usr/lib/pa20_64
Hi, Arun,
Will this link from 64bits have any impact on 32bits JVM running? Have you tried this before? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 09:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 09:15 PM
06-06-2006 09:15 PM
Re: can I run both 32bits and 64bits Java on the same server
Thank you so much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 09:16 PM
06-06-2006 09:16 PM