Eclipse error.
I have installed Java Eclipse on Solaris for the first time and i get the following error when i start the Eclipse.......
JVM terminated. Exit code=1
/usr/bin/java
-jar /export/home/omcadm/ram/eclipse/startup.jar
-os solaris
-ws gtk
-arch sparc
-launcher /export/home/omcadm/ram/eclipse/eclipse
-name Eclipse
-showsplash 600
-exitdata 21020
-vmargs
-Xms400m
-Xmx20480m
-vm /usr/bin/java
-vmargs
-jar /export/home/omcadm/ram/eclipse/startup.jar
I am using the following version of java on Solaris
java version "1.4.2_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-b04)
Java HotSpot(TM) Client VM (build 1.4.2_05-b04, mixed mode)
How do i resolve this issue?

