Error Installing Weblogic Oracle

Asked

Viewed 796 times

1

I am trying to install Oracle Weblogic, but in the installation process appears the message:

C:>java -jar fmw_12.2.1.0.0_infrastructure. jar The driver log file is C: Users Wagner Appdata Local Temp Orainstall2017-04-06_04-30-36PM launcher2017-04-06_04-30-36PM.log. Extracting files...................................... This installer must run using the Java Development Kit (JDK), however C: Program Files Java jre1.8.0_121 is not a valid JDK.

Press any key to exit...

2 answers

2

I had the same problem, I have jdk and jre installed in windows and the environment variable is pointed to jdk but still windows points to jre. Then the solution was to paste the installer (.jar) into the bin folder (EX: **C: Program Files Java jdk1.8.0_131 bin)** where jdk is installed, then run the java -jar filename.jar and soon it will work !

0

You are trying to install the Weblogic server, but a prerequisite is having the JDK installed on the machine.

The error message is accusing just that, that you have installed the JRE and not the JDK.

download and install JDK via this link: JDK Download

After that, try again the installation of your program.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.