Including a class I made in all my projects
Hi;
I have developed several classes that I want to use in future developments and I can't find a way to set this classes the same way as the standard Java classes. For example I what to have a folder of all the classes developed by myself and add it to the standard Java classes, so that, for example, in any program I can make a call like this;
include Utilities.MyClass1;
include Utilities.MyClass2;
etc...
Thanks in advance

