Saturday, 25 January 2014

How to Install jdeveloper 11.1.2.3.0 into Oralce Linux








Required Software for installation




Software Name
Version
Downloading link
Jdeveloper Generic Version
11.1.2.3.0
SUN JDK
1.6
http://www.oracle.com/technetwork/java/javase/downloads/jdk6downloads-1902814.html



Steps to followed
1)    Downloading jdveloper


2)    Downloaded jdevstudio11123install.jar in downloadsfolder

3)    Downloading the JDK1.6


4)    Downloaded the jdk-6u43-linux-i586-rpm.bin in downloads folder

5)    Install the JDK6 firstopen terminal and go to root user

6)    then Goto the JDK1.6 setup place by using CD command

7)   Give read write execute persimssions to jdk-6u43-linux-i586-rpm.bin
chmod +x jdk-6u43-linux-i586-rpm.bin press Enterinstall the jdk-6u43-linux-i586-rpm.bin

./jdk-6u43-linux-i586-rpm.binm  press Enter
Now Jdk1.6  installed successfully in your machine.

9)    Then see the installed java path in your Linux machine

10) Setup the JAVAPATH in Oracle Linux
open the teriminal and Type Command : cd /


11) Then type the ls command : ls we will find etc folder .


12) chage the directory etc : cd etc  then you need open profile file ,type the : vi profile


after setting the path in this file :
JAVA_HOME=/usr/java/jdk1.6.0_43

PATH=$JAVA_HOME/bin:$PATH

export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRC JAVA_HOME


then save and quit: wq!
13) Then install the Jdeveloper11.1.2.3.0 in your linux machine open terimal goto to the setup folder jdevstudio11123install.jar

14) Give the permissions to jdevstudio11123install.jar chmod +x jdevstudio11123install.jar


15) Then enter the following command Java -jar jdevstudio11123install.jar
that Window shows installation is started .

16) Select the installing location

17) After that  click next and apper java path location
    uncheck the location and browse the java installed location usr/java/jdk1.6
18) then click next and click  finish.
19) Quick start page will appear
20) Then configure the Domain for Oracle Adf

22) Here we need to give Domain name default is “ base_domain”

23)then we need to give userid password for weblogic server
UserID: weblogic
password: weblogic1

24) Here weblogic server takes the JDK path click next

25)Then shows user port and ssi port number  click next
default is 7001 and 7002

then select administrative server

26)Then click next , successfully installed and created the domain.