eclipse rcp - How to use different Java versions for different applications without changing the Java bin directory in path variable? -
i have 1 rcp application , other java applications different requirements on jvm version on client desktop able work.
one 1.7 , 2 1.6, 1.5 requirements. depending on java binary directory order in path variable, java version selected (assume 1.7). 1 application (which requires 1.7) working , others not.
is there way ensure 3 work?
or
is there approach can define particular application should use particular version default independent of java bin directory of path variable?
when create environment variable java_home, tell location java executable located , on executing java command, system can find it. can specify full path java.exe in command , application executed using java executable version.
Comments
Post a Comment