Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Unsupported Major.Minor Version 51.0 In Oracle MAF 12.1.3

Jayanth N.Dec 17 2014 — edited Dec 17 2014

I am using Oracle Enterprise Package For Eclipse (OEPE v12.1.3) for developing oracle MAF application. I have written an application which communicates with remote server and get the data from server in JSON format.

 First i was using list in this way "List listData = new ArrayList();" but due to some circumstances i had to use list in this way "List\<String> listData = new ArrayList\<String>();". As soon as i used this second way of declaring the list, eclipse pointed to "Upgrade project compliance and JRE to 1.5" . I did that , after doing that I'm getting this "Unsupported Major.Minor Version 51.0".

 My project structure looks like this.

![edit_box.png](https://objectstorage.us-phoenix-1.oraclecloud.com/p/BqK85Rn1zA5MP0vYiqbAdPgs7Z6OmMxw8SD3WCFVm5kY8uReidZ1KPIKkgJ1hCkG/n/axciphqpnohg/b/forums-legacy/o/uploads/jive_attachments/6/7/4/6745154egami.png)

 View Project's Compiler page

ViewProjectCompiler.png

View project's Build path page

ViewProjectBuildPath.png

View Project's Facets Page

ViewProjectFacets.png

Application Project Compiler Page

ApplicationProjectCompiler.png

Application Project's Build Path Page

ApplicationProjectBuildPath.png

Application Project's Project Facets Page

ApplicationProjectFacets.png

Application Project's Targeted Runtimes Page

ApplicationProjectTargetedRuntimes.png

View Project's Targeted Runtimes Page

ViewProjectTargetedRuntimes.png

Windows > Preferences> Java > Installed JREs

WindowPreferenceInstalledJREs.png

Windows > Preferences >Java > Installed JREs > Execution Environments

WindowPreferenceExecutionEnvironments.png

Windows > Preferences >Java > Compiler

WindowPreferenceCompiler.png

Windows > Preferences > Java > Build Path > Class Path Variables

WindowPreferenceClassPath.png

Windows > Preferences > MAF > Android SDK

WindowPreferenceAndroidSDK.png

I have attached the screenshots of all my project. Pleas help me in solving this issue.

Comments
Post Details
Added on Dec 17 2014
5 comments
1,286 views