Installing SOA Suite 11g

Installing Oracle 11g SOASuite – Part 2: Java SE Development Kit 7 – JDK

Continuing our installation process of Oracle SOASuite 11g in this post we will install JDK package

How will we use the generic version of the installer of WebLogic Server 10.3.6, the separate installation of JDK is required. The generic version is independent of operating system, so it does not contain the JDK.

The installation is being done on Ubuntu Linux 64bit version: 4.14, the minimum hardware and software for Oracle 11g SOASuite installation can be found here: http://docs.oracle.com/html/E18558_01/fusion_requirements.htm 

The facility is divided into parts as follows, see the link each to see the other Parties:

Download Java SE Development Kit 7

Download the required file using the link:

http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html

Here, click Accept License Agreement

Imagem Blog Uans Carvalho

Select the jdk-7u71-linux-x64.rpm

Imagem Blog Uans Carvalho

You see the Login screen below if you do not have an account please create it will be necessary for the other downloads.

Imagem Blog Uans Carvalho

Made Login will see the message below: then choose the Save File option and click OK to save our file:

Imagem Blog Uans Carvalho

Directed Download the jdk7u71-linux-x64.rpm file must have been saved in the folder ../Downloads

See that the file is with the RPM extension and so you must convert it to DEB for installation in our environment and also for setting up our file and other SOASuite packages you must install the file libaio1

On the Ubuntu Command Prompt, run the following commands:

This command updates its libs Ubuntu:

  • sudo apt-get update

This command installs the necessary libs for installation: (If you have already installed these libs, this part is not required)

  • sudo apt-get install alien libaio1 

Now run the following command to run the file:

  • sudo alien --scripts -d  jdk-7u71-linux-x64.rpm

Note: This command may take 2-10 minutes depending on your hardware configuration

See that created the file jdk_1.7.071-1_amd64.deb

Imagem Blog Uans Carvalho

Run the following command to give the necessary permissions:

  • sudo chmod 777 jdk_1.7.071-1_amd64.deb

Run the following command to run the file:

  • sudo dpkg --install jdk_1.7.071-1_amd64.deb

Getting the message below the file was successfully installed

Imagem Blog Uans Carvalho

To test the implementation of its java run the following command:

  • java -version

Imagem Blog Uans Carvalho

 

Hugs and to the Next

/:-D

 

 

Criei este Blog destinado a desenvolvedores e interessados na Tecnologia Oracle SOA Suite, minha idéia é que no futuro ele sirva de referência para Analistas e Desenvolvedores desde aprendizes a especialistas. Já existem alguns Posts interessantes que abordam um pouco do meu dia a dia, no passar do tempo irei alimentar este Blog com o máximo de informações possíveis, por isso peço por gentileza aos interessados e afins que caso tenham alguma dúvida, sugestão ou crítica que me digam para que eu possa da melhor forma suprir as expectativas e na medida do possível sanar todas as duvidas que vierem a surgir ou até mesmo criar novos Posts abordando algum tópico que venha a ser relevante para todos os interessados. Obrigado Uans Carvalho

Leave a Reply

Your email address will not be published. Required fields are marked *