资讯

You'd either include the paths in your invocations of javac and java with the -cp command line switch, or if you're using a build tool or IDE, it'll have its own method of managing the classpath.
The ability to identify the source of a class definition in a Java application is an especially useful tactic when one knows or has reason to suspect that a particular class is defined twice on ...