java - Use different jre for projects and for eclipse launch -
may newbie question...
i want use latest eclipse available. requires java 8. however, our company uses java 6 projects.
so:
- should download eclipse compatible java 6 ?
- or can configure java 6 projects regardless eclipse uses?
- would there issues, if possible use 2 versions (one eclipse , 1 project)?
i know newbie questions. search did not yield proper response.
no, can use latest java eclipse. jdk used project can configured per project or per workspace. can install jdks desire. i.e. can start eclipse using 32bit jdk while using 64bit jdk java ee-servers or projects, has nothing jre used eclipse. need set up.
Comments
Post a Comment