Good day.
I decided to learn Java. I installed JDK and downloaded eclipse-java-helios-SR1-win32
for windows 7.
But i can\'t launch eclipse becau
Change your eclipse.ini
(right beside the eclipse.exe
) in order to:
-vm
argument: -vm C:/Prog/Java/jdk1.6.0_21/jre/bin/server/jvm.dll
for instance). Don't use the one in C:\Windows\System32
.See this eclipse.ini as an example.