Home > Net >  Fix Java Imports in Eclipse
Fix Java Imports in Eclipse

Time:07-20

What is the best way to do this? My understanding is I need to search all of these, go find the jars, download them, and then add them to the class path. Is that it? In the past when I used eclipse it would add them automatically when clicking on the red Xs and selecting fix import. Am I missing something? enter image description here

CodePudding user response:

After reading responses and working on my own , I found the answer was just search the classes, download the jars and add them to external libraries section of build path.

CodePudding user response:

I don't know if it helps, try to refresh the project, remove the red imports, and import again by clicking on the objects.

  • Related