• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem installing Eclipse Indigo

 
Greenhorn
Posts: 28
Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am trying to install Eclipse Indigo on my Windows 7 machine. I have downloaded the .rar file and extracted in c:/program files.
Now when i m trying to run the eclipse.exe by double clicking. It throws error saying "Failed to load the JNI shared Library "C:\Program Files\Java\jdk1.7.0_02\bin\...\jre\bin\server\jvm.dll" "
can any one let me know where i m going wrong.
PFA the screen shot
Eclipse.png
[Thumbnail for Eclipse.png]
 
Marshal
Posts: 79239
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don’t know. I have a ...\Program Files\Java\jdk1.7.0_04\jre\bin\server\jvm.dll file on my Windows® partition but it isn’t in ...jdk1.7.0_04\bin. Please confirm the complete path to that file, maybe by enlarging the message box, and don’t show it as a screenshot, jpg or other image. It may be that it has failed to load two files and you have part of the path to each. Confirm you have the following (48, I think) files is ...\Program Files\Java\jdk1.7.0_xx\bin:

appletviewer.exe javaw.exe jstack.exe policytool.exe
apt.exe javaws.exe jstatd.exe rmic.exe
extcheck.exe jcmd.exe jstat.exe rmid.exe
idlj.exe jconsole.exe jvisualvm.exe rmiregistry.exe
jar.exe jdb.exe keytool.exe schemagen.exe
jarsigner.exe jhat.exe kinit.exe serialver.exe
javac.exe jinfo.exe klist.exe servertool.exe
javadoc.exe jli.dll ktab.exe tnameserv.exe
java.exe jmap.exe msvcr100.dll unpack200.exe
javah.exe jps.exe native2ascii.exe wsgen.exe
javap.exe jrunscript.exe orbd.exe wsimport.exe
java-rmi.exe jsadebugd.exe pack200.exe xjc.exe

Please tell us your system PATH and CLASSPATH. Please tell us whether you set any options about PATH, CLASSPATH, etc in Eclipse before you got that error message.
You could try re-installing Java™, but if that doesn’t help, don’t know.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic