Pages

Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

Wednesday, November 14, 2018

No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK

Add 'tools.jar' to installed JRE.

  1. Eclipse -> window -> preference.
  2. Select installed JREs -> Edit
  3. Add External Jars
  4. select tools.jar from java/JDKx.x/lib folder.
  5. Click Finish