A problem with Eclipse and Java runtime 1.6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Tadek25
    New Member
    • Jul 2007
    • 1

    A problem with Eclipse and Java runtime 1.6

    Hello every body

    I just have problem, when I try use Eclipse (Version 3.0.1) and Java Runtime Environment 1.6.0_01. I can't do nothing, because when I just click on Eclipse, suddenly it's auto-exit. This is what I have in hr_err_pid948 file:

    #
    # An unexpected error has been detected by Java Runtime Environment:
    #
    # EXCEPTION_FLT_S TACK_CHECK (0xc0000092) at pc=0x0094d069, pid=948, tid=1512
    #
    # Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode, sharing)
    # Problematic frame:
    # v ~RuntimeStub::r esolve_virtual_ call
    #
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    #

    --------------- T H R E A D ---------------

    Current thread (0x003d6000): JavaThread "main" [_thread_in_Java , id=1512]

    siginfo: ExceptionCode=0 xc0000092, ExceptionInform ation=0x0000000 0 0x0090efa4

    Thanks for help.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Upgrade your Eclipse version (3.2.2) Your version existed before Java 1.5 saw
    the light.

    kind regards,

    Jos

    Comment

    • odefta
      New Member
      • Jul 2007
      • 18

      #3
      It's very possible to get error with an older eclipse running a very new java version.
      Try an eclipse version that was tested with java 1.6 (if exists).

      Comment

      Working...