pablosz,
Sorry to hear you are running into this issue. Please answer below queries –
1. What is your OS and version? Are you on 32 bit / 64 bit?
2. How did you install ME 8.6? Meaning all-in-one installer / pulse / archived update site on top of eclipse classic.
3.
Here is the file myeclipse.ini
http://pablosz.com/temp/myeclipse/myeclipse.ini
There are couple of missing items in your myeclipse.ini file. Have you modified your myeclipse.ini? For e.g. below is a sample myeclipse.ini for ME 8.6 on windows XP. Notice that the you are missing the install path, startup and launcher library path are different, install path, configuration path are missing
#utf8 (do not remove)
-startup
../../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
../../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-install
D:\Program Files\Genuitec\Profiles\MyEclipse 8.6 3
-vm
D:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
-configuration
D:\Program Files\Genuitec\Profiles\MyEclipse 8.6 3\configuration
-vmargs
-Xmx512m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64m
I would recommend you a quick re-install using pulse. Refer – https://www.genuitec.com/forums/topic/installation-how-to-install-myeclipse-from-pulse/
Let me know how this works for you.