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: Eclipse for J2EE installation error

  1. #1
    Junior Member
    Join Date
    May 2013
    Posts
    2
    My Mood
    Confused
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Exclamation Eclipse for J2EE installation error

    previously , eclipse was working properly but after i restored C Drive, it is not working though i have installed latest JDK. The error when i try to open eclise for J2EE, goes like this

    Failed to load the JNI Shared library "C:\Programfiles(x86)\java\jdk1.7\bin\jre\bin\clie nt\jvm.dll"

    I googled this problem and i got a solution to add -vm C:\Programfiles(x86)\java\jdk1.7\bin\javaw.exe in configuration setting, but it gives error while saving the setting. Please, suggest how to solve this problem, i am getting headche because i am not able to use Eclipse.


  2. #2
    Super Moderator jps's Avatar
    Join Date
    Jul 2012
    Posts
    2,642
    My Mood
    Daring
    Thanks
    90
    Thanked 263 Times in 232 Posts

    Default Re: Eclipse for J2EE installation error

    uninstall / delete eclipse
    download and install eclipse again
    Your workspace(s) should not be removed, but don't rely on the norm, make backups now.
    (I would hope you backed up before restoring the C drive, but I had to mention it)

  3. #3
    Junior Member
    Join Date
    May 2013
    Posts
    2
    My Mood
    Confused
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: Eclipse for J2EE installation error

    I got the solution, the problem was with the the versions of JDK and eclipse, JDK was 32-bit while Eclipse was 64, got fixed after installing 64 bit JDK.... thanks jps for your suggestion anyway.....

Similar Threads

  1. I dont know why its giving me this error with eclipse!
    By Seroxis in forum What's Wrong With My Code?
    Replies: 1
    Last Post: November 7th, 2012, 10:16 PM
  2. Error in Eclipse, Norm redirected me here.
    By SilentNite17 in forum Java IDEs
    Replies: 3
    Last Post: February 14th, 2012, 09:48 PM
  3. Problem Running J2EE Application - JRE Version Error
    By rameshiit19 in forum Java IDEs
    Replies: 3
    Last Post: November 28th, 2011, 07:12 AM
  4. Error when opening eclipse
    By BlackJavaCoder in forum Java IDEs
    Replies: 4
    Last Post: September 3rd, 2011, 07:57 AM