Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: Re: Beginners Eclipse Tutorial. How to run first java application on Eclipse?

  1. #1
    Junior Member
    Join Date
    Sep 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post Re: Beginners Eclipse Tutorial. How to run first java application on Eclipse?

    Hi i'm new to eclipse but after reading this it is helpful but anyone can suggest me
    as i got this below mentioned error while executing my program...please suggest me clear solutions..
    Invalid layout of java.lang.String at value
    #
    # A fatal error has been detected by the Java Runtime Environment:
    #
    # Internal Error (javaClasses.cpp:136), pid=4564, tid=4436
    # fatal error: Invalid layout of preloaded class
    #
    # JRE version: (7.0_40-b43) (build )
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (24.0-b56 mixed mode windows-amd64 compressed oops)
    # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
    #
    # An error report file with more information is saved as:
    # C:\test1\hs_err_pid4564.log
    #
    #


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: Beginners Eclipse Tutorial. How to run first java application on Eclipse?

    Welcome to the forums. Please avoid replying to several year old threads, especially tutorials, with a very specific and seemingly unrelated question. I have moved your thread from http://www.javaprogrammingforums.com...n-eclipse.html

  3. #3
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Beginners Eclipse Tutorial. How to run first java application on Eclipse?

    A guess: The JDK, Eclipse, and Windows OS are not all of the 64-bit variety.

    You should check the .log file mentioned at the end of the error message to see if that has useful details.

Similar Threads

  1. Replies: 24
    Last Post: August 4th, 2014, 12:49 PM
  2. Replies: 1
    Last Post: October 20th, 2012, 12:21 PM
  3. Replies: 7
    Last Post: October 13th, 2011, 03:03 AM
  4. Beginners Eclipse Tutorial. How to run first java application on Eclipse?
    By JavaPF in forum Java Code Snippets and Tutorials
    Replies: 13
    Last Post: June 24th, 2011, 12:26 AM