简体   繁体   中英

How to install Oracle WebLogic Server ( JAR file ) in Mac OS?

I understand perhaps it's not the right question to ask here, but, I really can't install Oracle WebLogic Server 12c (12.1.3) in Mac OS ( Yosemite ). I get the following error message :

The Java JAR file “oepe-12.1.3-kepler-installer-macosx-cocoa-x86_64.jar” could not be launched. Click the console for possible error messages.

I get the following information's about Java environment ( java -version) from the terminal:

java version "1.7.0_75" Java(TM) SE Runtime Environment (build 1.7.0_75-b13) Java HotSpot(TM) 64-Bit Server VM (build 24.75-b04, mixed mode)

Solution

I get the solution for this problem. Just need to go in the folder containing the JAR file using terminal and run it from there:

java -jar oepe-12.1.3-kepler-installer-macosx-cocoa-x86_64.jar

It will take you through the installation procedure.

Open a terminal and run

java -jar fmw_12.1.3.0.0_wls.jar 

You should see this window open and then is just configuring your options:

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM