
I am trying to use eclipse jdt and I tried to import related modules into java source file.
I have a bunch of errors since jdt libraries are not in the Java build path.

I tried to open Add Libary -> Plug-in Dependencies , but it does not have jdt jar files.

I could use Add External JARs to point to all jar files, but I don't think this is a good idea, given that I have to do the same thing over and over with new projects.
In this case, how to host jcl jdt jar libraries in Java Build Path? java.util.Collection is located automatically. I suppose there might be some easy way to configure so that jdt jar files are found automatically.
source share