Noun
classpath (plural classpaths)
(Java programming language) The path on a file system where the Java virtual machine should look for user-defined classes and packages when running Java programs.
Add the dependency to your project-level classpath 'com. Source: Internet
Because you're specifying the classpath, you either have to include the current directory in the classpath, or you have to specify all the classes you want compiled on the command line. Source: Internet
Because these are now available implicitly with Java SE 6, no extra JAR need be made available on the classpath if the reference implementation is used to generate the JAXB-generated classes. Source: Internet
MdbWS was loaded from the system classpath. Source: Internet
This means that you can no longer assume that all classes on the application’s classpath will be accessible to your plugin. Source: Internet
Others have also developed alternative implementations of these Sun technologies, such as the GNU Compiler for Java (bytecode compiler), GNU Classpath (standard libraries), and IcedTea -Web (browser plugin for applets). Source: Internet