I'm using notepad++ to learn java, I have it set it up to compile and run java from the Run menu, only that I have been coding small exercises w/o external libraries, I know I have to use -classpath
to tell the compiler what library to use, but I was wondering if there is any way to tell the compiler to "use" the libraries in the lib directory of my current proyect.
Thanks.