Skip to content
EntityQ1744588· pop 10· linked from 13 articles

Classpath is a parameter in the Java Virtual Machine or the Java compiler that specifies the location of user-defined classes and packages. The parameter may be set either on the command-line, or through an environment variable.

~6 min read

Article

11 sections
Contents
  • Overview and architecture
  • Setting the path to execute Java programs
  • Supplying as application argument
  • Setting the path through an environment variable
  • Setting the path of a Jar file
  • Adding all JAR files in a directory
  • Setting the path in a manifest file
  • OS specific notes
  • See also
  • References
  • External links

Classpath is a parameter in the Java Virtual Machine or the Java compiler that specifies the location of user-defined classes and packages. The parameter may be set either on the command-line, or through an environment variable.

== Overview and architecture ==

Available in 10 languages

via Wikidata sitelinks · CC0

Connections

Categories