I checked the version of eclipse in "About eclipse" link under help tab and it says "Eclipse
IDE for
Java EE developers 1.3.0.20100617-0521"
So is this version 3 or earlier version ? In java 1.2 means Java2 and 1.4 means java 4.
When I check the details of this IDE, eclipse platform version is 3.6.0.I20100608-0911 and Java EE IDE is 1.3.0.20100617-0521
1) Does this mean that ecliplse version we are using is 3.6 and Java EE version is 1.3 ? Does eclipse come with java preinstalled or does it require to have Java installed on computer ? If eclipse comes with Java, does it mean that, if I dont have Java installed in my environment, still eclipse will compile and run Java source files and class files ?
2) If I have Java 6 installed on my computer, does eclipse use Java 6 or Java 3 for compilation and running of java classes created within eclipse ?
3) Does it mean that there are two versions of Java running on my computer at same time , one in eclipse and other in laptop ?
4) Can I upgrade java version in eclipse ?
Thanks