LoginSignup
2
2

More than 5 years have passed since last update.

環境変数/クラスパスの備忘録

Last updated at Posted at 2017-04-03

javaのプラグインjarのmacとlinuxの楽なクラスパスの通し方。

windowsはPATHが通っていればどこでも良い

macのjar置き場

~/Library/Java/Extensions/
にjarを置けば、クラスパスを指定すること無く自動的にパスが通る

Linuxのjar置き場

$JAVA_HOME/jre/lib/ext
$JRE_HOME/lib/ext
同上。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2