I have a situation in which I have to work on a project with Java 1.7 on Windows 7. But, there is a tool jwsdp-1_6-windows-i586.exe
which is seraching for Java 1.5 or less to be installed and to work with.
Now, I am in a dilemma of whether to point my JAVA_HOME
to 1.7 or 1.5. Or am I worrying about it without purpose? How to overcome the issue? Is there any possibility that we can provide JAVA_HOME
with multiple locations?