I am trying to set the CLASSPATH variable so that my java programs can access external banks. All banks are in the same directory and using the Java 1.6 wildcard function, I have currently assigned the CLASSPATH variable to this value:
C:\Program Files\Java\externaljars\*
Unfortunately, it does not work. Does anyone have an idea of ββwhat I'm doing wrong?
I am running Windows 7.
source share