facebook

Maven Integration for JDK Warning (running in JRE)

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #317277 Reply

    Hi, 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.JPG

    However I have installed the JDK 1.6.0 and configured it correctly in the “Installed JREs” (see picture).
    http://pablosz.com/temp/myeclipse/JRE.JPG

    Here is the file myeclipse.ini
    http://pablosz.com/temp/myeclipse/myeclipse.ini

    After this, the IDE close abruptly generating this .log file:
    http://pablosz.com/temp/myeclipse/hs_err_pid1592.log

    First .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 !

    #317311 Reply

    support-joy
    Member

    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.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Maven Integration for JDK Warning (running in JRE)

You must be logged in to post in the forum log in