Jump to content

Setting classpath in Leopard Terminal


2 posts in this topic

Recommended Posts

export CLASSPATH=/foo/bar/baz.jar:/usr/remote/someplace/else.jar

 

DO NOT put spaces before or after the = sign!!

 

This is for bash (the standard Terminal shell), if you use tcsh instead, it's:

 

setenv CLASSPATH /foo/bar/baz.jar:/usr/remote/someplace/else.jar

Link to comment
Share on other sites

 Share

×
×
  • Create New...