In my first post on WebLogic here here, I discussed about Weblogic installation using 32 bit of JDK so How to install 64 bit WebLogic on 64 bit Operating System (Linux/Unix) ?
.
Install 64 bit WebLogic on 64 bit O.S (Unix/Linux)
1. Download jar file wlsXXX_generic.jar from here under column “Additional Platform”
2. Install 64 bit of JDK on your Unix/Linux machine (steps below)
3. Install WebLogic Server using 64 bit JDK with option -d64 and wlsXXX_generic.jar like
$JDK1.6/bin/java -d64 -jar wlsXXX_generic.jar
.
.
How to install 64 bit JDK on Solaris Sparc ?
Steps mentioned here are for 64 bit Solaris Sparc (If you are using Linux download 64 bit JDK for Linux)
1. Download JDK 1.6 from here and copy it to /tmp
mkdir /usr/java/1.6
cd /usr/java/1.6
2. Install jdk-6u16-solaris-sparc.sh
/tmp/jdk-6u16-solaris-sparc.sh
3. Install jdk-6u16-solaris-sparcv9.sh
cd /usr/java/1.6
/tmp/jdk-6u16-solaris-sparcv9.sh
4. Check JDK version
bash-3.00# cd /usr/java/1.6/bin
bash-3.00# ./java -d64 -version
_______
java version “1.6.0_16″
Java(TM) SE Runtime Environment (build 1.6.0_16-b01)
Java HotSpot(TM) 64-Bit Server VM (build 14.2-b01, mixed mode)
_______ .
References
- Download WebLogic Software
- Install 32 Bit Java
- Install 64 bit Java
- WebLogic Server Installation Guide
Related Posts for Learn WebLogic with Us
- Oracle WebLogic Installation Steps
- Domain , Administration & Managed Server, Cluster in Oracle WebLogic
- Create Domain in Oracle WebLogic
- Oracle WebLogic Server - Startup/Shutdown
- Oracle WebLogic Server 10g R3 10.3 is out now
- Deploy Application on Oracle WebLogic Server
- Cluster Architecture : Oracle WebLogic Server
- Start WebLogic Server on Linux on port 80, 443 <= 1024
- JDBC (Java DataBase Connectivity ) in Oracle WebLogic - Overview
- WebLogic Server JDBC for Database connection : Step by Step
- Security in Oracle WebLogic : Realm, Security Provider, Authentication, Authorization, Users
- Deploy ADF application to Oracle WebLogic Server
- Node Manager in Oracle WebLogic Server
- Configure Oracle HTTP Server infront of Oracle WebLogic Server mod_wl_ohs
- How to install weblogic server on 64 bit O.S. (Linux /Solaris) ?
- Oracle WebLogic Login Issue : Password is not correct (Password Lock Policy)
- Oracle WebLogic Server : Node Manager in nutshell
- Certification : 1Z0-108 Oracle WebLogic Server 10g System Administrator Certified Expert
- How to integrate WebLogic with Oracle Internet Directory for Login : Authentication
- opatch, adpatch and now “smart update” (BSU) to apply weblogic patches
- Disater Recovery documentation for Oracle WebLogic Server 11g (Fusion Middleware)
Popularity: 5% [?]







Good hands-on exercises (installation, patching, cloning), very experienced trainer worth for Money 
3 users commented in " How to install weblogic server on 64 bit O.S. (Linux /Solaris) ? "
Follow-up comment rss or Leave a TrackbackThx,
It is very useful.
Rgds,
Trung.
Thank You.
But,
-d64 should be -D64
does generic.jar installation include weblogic portal?
Leave A Reply