- This topic has 1 reply, 2 voices, and was last updated 13 years, 5 months ago by support-joy.
-
AuthorPosts
-
Pablo SznajdlederMemberHi, I’m using MyEclipse 8.6. As soon as I start the IDE it throws an error message saying that I need to configure the JDK instead using JRE (see image).
http://pablosz.com/temp/myeclipse/eclipse.JPGHowever I have installed the JDK 1.6.0 and configured it correctly in the “Installed JREs” (see picture).
http://pablosz.com/temp/myeclipse/JRE.JPGHere is the file myeclipse.ini
http://pablosz.com/temp/myeclipse/myeclipse.iniAfter this, the IDE close abruptly generating this .log file:
http://pablosz.com/temp/myeclipse/hs_err_pid1592.logFirst .log lines are this:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc = 0x74d33a13, pid = 1592, tid = 2836
#
# JRE version: 6.0_20-b02
# Java VM: Java HotSpot (TM) Client VM (16.3-b01 mixed mode, sharing windows-x86)
# Problematic frame:
# C [usp10.dll x13a13 +0]
#
# If You Would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash Happened Outside the Java Virtual Machine in native code.
# See problematic frame for Where to report the bug.
#Help, please !
support-joyMemberpablosz,
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.iniThere 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. -
AuthorPosts