Error importing class file
I am using Oracle Developer suite 10g version 10.1.2.0.2. When I imported a class file it threw following error.
Importing Class Test...
Exception occurred: java.lang.UnsupportedClassVersionError: Test (Unsupported major.minor version 50.0)
It is quite obvious that error is about incompatibility of version. First I complied java file with jdk version 1.8 then with jdk 1.6 but in both cases it is showing incompatibility of version error. Please guide me how can I make import of custom classes in my custom form which will be further integrated to EBS 12.1.3.