Hello.
I have an small issue importing Java classes (really is JAR file) into Oracle Forms 11g, getting this error:
"java.lang.UnsupportedClassVersionError: prueba/Prueba : Unsupported major.minor version 52.0"
I suppose is because i am using diferent JRE versions in my IDE (NebBeans 8) and the Java version of my WebLogic Server that i use running Oracle Forms 11g.
Are there any file i could search my JRE or Java version in my (Oracle 11g, WebLogic part)?. I tried to check "default.env", but i did not find something.
Thanks.