I'm facing problem with deploying web application into OC4j 10.1.3 server and getting error with "java wrong version 50.0 should be 49.0".
I know that, this is because of jdk version clashing which is being used for compiling the application and version which is used in oc4j server.
I have compiled application in jdk 1.6, any how i know that version 49 is jdk 1.5. But i want it to confirm from server console or config file.
So guide me, how to find the jdk version which is being used in oc4j server?