Skip to content

Instantly share code, notes, and snippets.

@BoQsc
Last active June 25, 2019 21:07
Show Gist options
  • Save BoQsc/084ee11f51dad973f4b8b36c4c8f6316 to your computer and use it in GitHub Desktop.
Save BoQsc/084ee11f51dad973f4b8b36c4c8f6316 to your computer and use it in GitHub Desktop.
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