I have Eclipse 3.2.2 MyEclipse 5.5M2
I am able to run JDK 1.5 compatible Java codes.
but when I try to generate web service client through MyEclipse web servcie client wizard,
I got ‘A Java 1.5 VM is required for WSDL based generation’ message
I check
Preferenced << Java << Installed JRES jdk1.5
Project Properties << Java Build Path << Libraries jdk1.5
my code has jdk1.5 syntax
ArrayList<String> l = new ArrayList<String>();
The only difference is I did not install jdk1.5 in my system (jdk1.4 is required in my current project)
I guess MyEclipse might check System JAVA_HOME or installed JRE in c:\Program Files\Java\j2rexxx
However this is not correct since in most cases we have different jdk in our machine for either development or research.