Last active
June 25, 2019 21:07
-
-
Save BoQsc/084ee11f51dad973f4b8b36c4c8f6316 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pamėginti '' vietoje "" | |
-cp '' | |
Pamėginti "library/*.jar" | |
Pamėginti "library/*.*" | |
Pamėginti "library\*.jar" | |
Pamėginti "library\*.*" | |
Pamėginti "library\*.*\*" | |
https://docs.oracle.com/javase/8/docs/technotes/tools/windows/classpath.html | |
https://docs.oracle.com/javase/8/docs/technotes/tools/findingclasses.html | |
Subdirectories are not searched recursively. For example, mydir/* searches for JAR files only in mydir, not in mydir/subdir1, mydir/subdir2, and so on. | |
https://www.google.com/search?client=ubuntu&channel=fs&q=classpath+recursive&ie=utf-8&oe=utf-8 | |
https://coderanch.com/t/455503/java/add-subfolders-classpath | |
Pamėginti "library\." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment