Hi Everyone,
Generated AppModuleImpl.java class by clicking pencil icon in Java section of AppMoudule.
Then I didn't done any changes or any code on that AppModuleImpl.java class.
Just that's it , never done any changes rather than generateAppModuleImpl.java
Then JustĀ tried to run my application faced errors like
oracle.jbo.CustomClassNotFoundException: JBO-26022: Custom class model.am.AppModuleImpl cannot be found.
Caused by: java.lang.ClassNotFoundException: Class bytes found but defineClass()failed for: 'model.am.AppModuleImpl'
Caused by: java.lang.UnsupportedClassVersionError: model/am/AppModuleImpl : Unsupported major.minor version 51.0
java.lang.ClassNotFoundException: Class bytes found but defineClass()failed for: 'model.am.AppModuleImpl'
Please give solution.. waiting for your valuable guidence..