I have applied patch in Oracle Hyperion server related to Weblogic patch 10.3.6.0.200714 which requires java 7 so for this I have copied java1.7.221 files into the server and changed the references of Jrockit1.6 to point to Java 7 in setDomainEnv.sh file. After doing this when I am starting weblogic through ./startWeblogic.sh, it is giving me error:
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
I have the same script changes in Windows where it is working fine however in Linux I am facing error. Any one know how to fix this issue?