Reputation: 279
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)
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.
Upvotes: 2
Views: 3871
Reputation: 5007
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:
Upvotes: 3