i have two applications running on Oracle JRockit(build R28.2.2-7-148152-1.6.0_29-20111221-2104-linux-x86_64) java version "1.6.0_29", on Weblogic 11g (both apps running on same server). and now i want to redevelop one application using JDK 1.8. and deploy on same web-logic server.
Q1 : is there Oracle JRockit 8 version which is equivalent to JDK 1.8 ? Q2 : is it possible to install and configure two JDK/JRE's on same weblogic server as old application runs on Oracle JRockit JRE, and new developed application runson new 1.8 JRE ?
or Q3 : if Q2 is not feasible then install new weblogic on same uxix machine in new directory and install JDK 1.8 and deploy newly developed web application on it ?.
Need your expertise.