Installing Oracle9i JDeveloper on Linux
In this lesson, you learn how to install and configure Oracle9i
JDeveloper on Linux.
This lesson covers the following topics:
Place the cursor on this
icon to display all the screenshots in the lesson. You can also place the cursor
on each individual icon in the following steps to see only the screenshot that
is associated with that step.
Back to List
You install the Oracle9i JDeveloper 9.0.3.2 software
on Linux.
Back to Topic List
Before starting this lesson, you should have:
Back to Topic List
The minimum system requirements for JDeveloper are:
Red Hat 2.1AS
Pentium III 500 MHz
256 MB RAM
275 MB hard-drive disk space
for complete install
Back to Topic List
For JDeveloper to run successfully, you must install Sun SDK
release 1.3.1_02. Perform the following steps:
1.
Download the self-extracting binary file from Sun at
http://java.sun.com/products/archive/index.html
to your Linux machine. Place it in the /stage
directory.
Note: If you do not have a /stage
directory, execute the following commands from a terminal window:
cd /
su
<password>
mkdir /stage
chown oracle:dba /stage
chmod 755 /stage
exit
2.
Open a terminal window and execute the following:
cd /usr
su
<password>
chown oracle:dba /usr/java
chmod 755 /usr/java
exit
cd java
cp /stage/j2sdk-1_3_1_02-Linux-i386.bin j2sdk-1_3_1_02-Linux-i386.bin
chmod a+x j2sdk-1_3_1_02-Linux-i386.bin ./j2sdk-1_3_1_02-Linux-i386.bin
The SDK is now installed.
Back to Topic List
To install JDeveloper, perform the following steps:
Back to Topic List
You must carry out a few tasks before running JDeveloper.
Perform the following steps:
Back to Topic List
Now that you have installed JDeveloper, you must update the
/home/oracle/.bash_profile and
change your path accordingly. Perform the following steps:
Back to Topic List
For your changes to take effect, you may need to stop and
start VNC. This step is needed only if you are accessing the Linux machine remotely.
Perform the following steps:
1.
From a telnet
window logged in as the oracle
user, execute the following commands:
vncserver -kill :2
vncserver :2
Back to Topic List
To deploy applications in JDeveloper, you must configure OC4J.
Perform the following steps:
1.
From your terminal window, execute the following:
cd $ORACLE_BASE/jdev9032/j2ee/home
java -jar oc4j.jar -install
Back to Topic List
You must carry out a few tasks before running JDeveloper.
Perform the following steps:
1.
All JDeveloper files must have read permissions. Open
a terminal window and execute the following command:
chmod -R g+r /oracle/jdev9032
2.
Users (or groups) must have write and execute permissions
for the following files:
<jdev_install>/jdev/bin/jdev
<jdev_install>/jdev/bin/ojc
<jdev_install>/jdev/bin/start_oc4j
<jdev_install>/jdev/bin/stop_oc4j
From your terminal window, execute the following commands:
chmod 755 /oracle/jdev9032/jdev/bin/jdev
chmod 755 /oracle/jdev9032/jdev/bin/ojc
chmod 755 /oracle/jdev9032/jdev/bin/start_oc4j
chmod 755 /oracle/jdev9032/jdev/bin/stop_oc4j
3.
In addition, users (or groups) must have write permissions
for the following (required for deployment):
<jdev_install>/j2ee/home/application-deployments
<jdev_install>/j2ee/home/applications
<jdev_install>/j2ee/home/config
From your terminal window, execute the following commands:
chmod -R g+w /oracle/jdev9032/j2ee/home/application-deployments
chmod -R g+w /oracle/jdev9032/j2ee/home/applications
chmod -R g+w /oracle/jdev9032/j2ee/home/config
To create an icon on your panel in JDeveloper, perform the
following steps:
Back to Topic List
To run JDeveloper, perform the following steps:
Place the cursor on this icon to hide all screenshots.