Problem importing Java class (1.5.0_14) to Oracle Forms 10g
625559Feb 27 2008 — edited Feb 27 2008Hello!
I have a JAR file created in Java 1.5 that I am trying to import into my Oracle 10g Form. I get the following error:
Importing Class com.wcftest.CalculatorServiceStub...
Exception occurred: java.lang.UnsupportedClassVersionError: com/wcftest/CalculatorServiceStub (Unsupported major.minor version 49.0)
Quick google search shows that the error is because of the incompatibility between Java 1.5 and Java 1.4.2 that Oracle Forms is using.
How do I point Oracle Forms to use Java 1.5 instead of 1.4.2?
PLEASE HELP.
Thanks!