79157869

Date: 2024-11-05 06:22:57
Score: 1.5
Natty:
Report link

You are getting error message in Eclipse because your Java library in not in project build path. You can configure is as following.

  1. Right-click on project and then click on properties.

  2. Click on Java Build Path.

  3. Click on Libraries and then click on classpath.

  4. Click on Add Library and then select your JDK.

  5. Click on Apply and Close.

  6. Clean and build the project from Project menu on the top of the Eclipse.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mystery