4月 7th, 2008at 11:48
Tags: Java
Javaコマンド
Javaアプリケーションを実行する。
-classpath と -cp を使用せず、CLASSPATH も設定されていない場合、ユーザクラスパスは現在のディレクトリ (.) になる。
使い方
// クラスファイルのある場所を指定して実行java -classpath /home/test/bin jp.testtest.Sample02
// jarファイルを読み込んで実行java -classpath /home/test/lib/test.jar jp.test.Sample01
// classファイルを読み込んで実行java -classpath /home/test/classes jp.test.Sample01
I'm a software engineer who like travel to island in Japanese. Recently I am enjoying agile manager, coach, product owner for my work. The person grows like that.











