I have a few classes that I want to use in many applications, so my question is quite straightforward:
Q: How can I add my own classes to Eclipse (or to the JDK?) and have them easily / automatically imported like the default Java Libraries?
Thanks in advance.
You can pack these
classes(.class files) using JAR utility tool and add that .jar file (say sample.jar) into your project(Properties + Java Build Path + Add External JARS).