Issues with Jdeveloper 11.1.1.7 on Macbook

I will try to summarise issues I face during installation of Jdeveloper 11.1.1.7 on my Macbook in his blog.

1- after installation I receive the message of “NullPointerException” .

jdev

I have installed the bpm_bundle.zip manually instead of running update from it from the normal update. The message gone.

2- running Weblogic-10 gives

starting weblogic with Java version:
Unrecognized option: -jrockit
Error: Could not create the Java Virtual Machine.

You receive this message because weblogic is still looking for jRocket which is not installed anymore on MacBook after upgrade to macOS Sierra.

Modify commEnv.sh located in

/Users/username/Oracle/Middleware/wlserver_10.3/common/bin/

Add

JAVA_VENDOR=”Sun”
export JAVA_VENDOR

before the line  (ln-160). # Set up JVM options base on value of JAVA_VENDOR. it should start.