Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialkeithhome
19,797 PointsEclipse installation problem
When I try to run eclipse.exe it shows an error message that JNI shared library "C:\Program Files/(x86)\jre7\bin\client\jvm.dll" has failed to load. I've tried to change the Path property of Computer but that does not seem to help. Can someone help me to complete the installation of Eclipse?
3 Answers
Masum Bergmann
Courses Plus Student 4,129 PointsI've also had some issues when installing eclipse the first time, which had to do with the path name (the "space" in the folder name Program Files(x86) seems to be poison for eclipse), and permissions.
What worked for me was to uninstall eclipse, and when reinstalling, I chose to install it in a custom folder of C:\
In my case that was *C:\eclipseMB*
Not installing it in the default Program Files(x86) folder made all the difference.
I hope this will help you! Good Luck
Masum
keithhome
19,797 PointsHi Masum, Thanks for the tip. I've tried reinstalling eclipse and using a custom folder and it has worked. Take care, Keith
Masum Bergmann
Courses Plus Student 4,129 PointsFANTASTIC!! I'm gald I was able to help!