I am developing Java at Eclipse.
Eclipse's open project that I've been using for over a year
At one point, purging up the computer rebooted the computer.
After that, I started Eclipse, but I put it in Package Explorer. The project opened with no files displayed or folders missing.
I refreshed myself right away, but it got worse.
Various source folders and folders that should contain classes after build are also
There are things that are missing, and there are more than 10 libraries in the reference library.
So, you can create a folder from scratch and put the files in it.
I restored the folder configuration and put the files back in it.
However, after the revival, the jar file was displayed in the folder, but
It is no longer displayed.
I changed the settings of the folder in Eclipse, but it didn't change.
I've been searching online, but I couldn't find a description of this.
Therefore, I would like to ask you a question here.
What I'm making
Environment
With the introduction that...
The icon in question is given to the directory that you configured as the build path on Eclipse.
Directory where .java and resource files are kept.
To remove this setting, right-click the project in Package Explorer (which is the tab shown in the capture image), select Properties
, and then click
in the dialog provided.
In the Java Build Path
menu, select WEB-INF/lib
from the Source
tab and press the Remove
button.
© 2024 OneMinuteCode. All rights reserved.