My java project build in jdk 7 . I want to convert it into jdk 6. How can I do this?
It is possible that convert it?
in netbeans.
My java project build in jdk 7 . I want to convert it into
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add separate JDK (1.6) to your IDE preferences. In build path of project change used JRE Environment from 1.7 to just added 1.6.
UPD:
For NetBeans click
Tools > Java Platforms > Add Platformwhere you specify additional JRE.Then go to your
Project view > Right Click on libraries > Propertiesand select just added java platform.