Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JRE system library not found exception in eclipse

Dear All, I am eclipse3.1 IDE for java under fedora 8 environment. I installed fresh copy of eclipse and trying to run a program,it shows JRE system library not found exception popup. I added this library manually by BuildPath-----> Add external library but still i am getting that popup. How to solve this problem.

like image 613
Mohan Avatar asked Oct 26 '25 15:10

Mohan


2 Answers

Go to Window - Preference - Java - Installed JREs page to specify the location of your jre or JDK.

like image 85
Kane Avatar answered Oct 28 '25 06:10

Kane


Go to Project > Properties >Java Build Path > Libraries > Add Library > Next > Just Finish This is work for me

like image 28
Tharush Avatar answered Oct 28 '25 05:10

Tharush