Modulepath and Classpath can't be found in Java Build Path Libraries

179 views Asked by At

Beginner of Java and not knowledgeable that much in Eclipse IDE. So the problem is that my project "xdriscollDialogBoxTest" doesn't have the Modulepath and Classpath under my Java Build Path Libraries. Additionally, a new class was created under src named "(default package)" after configuring with the AddLibrary.

modulepath and classpath not found

What I want to happen right now is to restore everything as is (bringing back my Modulepath, Classpath, removing "JRE System Library [CDC-1.0/Foundation-1.9 (jdk-17)]" and removing the "(default package)" that has a red mark error.

I added a library which is "CDC-1.0/Foundation-1.9 (jdk-17)" and I got the idea from a YouTube video that shows me how fix package javax.swing is not accessible. I expected a GUI to pop out, but got an error(https://i.stack.imgur.com/PSWEb.png). Hence, why I want to restore everything back before adding the "CDC-1.0/Foundation-1.9 (jdk-17)" incident. Don't want to redo or remake another project though, because all of my school activities/groupworks are there.

0

There are 0 answers