• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

how to change java compiler version from 1.6 to 1.7 in myeclipse IDE

 
Ranch Hand
Posts: 74
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

here i am stuck to change my java compiler version from 1.6 to 1.7 ,actually i want to use java 7 compiler in myeclipse8.0M1 for this i have searched through the google but not able to find any
matching link , there are option to change the runtime environment .i have tried to change from the following way...
1- right click on my project and choose properties
2-click on java compiler
3-click on Enable project specific setting and look for the compiler comliance level
there are only compiler version showing till the 1.6 version .

so please help me by giving some ideas so i can change it.
 
Ranch Hand
Posts: 1164
Eclipse IDE Firefox Browser Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Which Eclipse release are you using?
 
Ranch Hand
Posts: 54
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do the steps below

1. Right click on your project and choose properties
2. Click on Java Build Path.
3. Click on Libraries.
4. Select JRE system Library and click on edit.
5. In Edit library pop up select java 1.7 from drop down and click on Finish.
6. If Java 1.7 is not in drop down list then click on Installed JREs.
7. Click on Add button and add java 1.7 reffering to the java 1.7 installed path.
 
viki Bhardwaj
Ranch Hand
Posts: 74
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mansukhdeep Thind wrote:Which Eclipse release are you using?




i am using MyEclipse Enterprise Workbench

Version: 8.0M1

 
viki Bhardwaj
Ranch Hand
Posts: 74
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

dharmendra gahlot wrote:Do the steps below

1. Right click on your project and choose properties
2. Click on Java Build Path.
3. Click on Libraries.
4. Select JRE system Library and click on edit.
5. In Edit library pop up select java 1.7 from drop down and click on Finish.
6. If Java 1.7 is not in drop down list then click on Installed JREs.
7. Click on Add button and add java 1.7 reffering to the java 1.7 installed path.




thank you very much Dharmendra, with the help of your above description i configured successfully...
 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Vivek Bhardwaj wrote:

Mansukhdeep Thind wrote:Which Eclipse release are you using?



i am using MyEclipse Enterprise Workbench

Version: 8.0M1


I'm glad Dharmendra was able to help you out and get you going. Out of interest, why are you using such an old release of MyEclipse? The latest release is 11 (renamed to "2013") and there have been many intermediate releases too. All license holders can install any release of MyEclipse, which is already extremely good value, so I'm confused why any user would stick with such an old release.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic