クラスパスの指定 JDK ランタイム環境を使用している場合、アプリケーションに対して -classpath オプションを使用してクラスパスを設定します。例: Windows:java -classpath <complete-path-to-tools.jar>;%CLASSPATH% -jar myApp.jar Unix: java -Xbootclasspath/a:<complete-path-to-tools.jar> -jar myApp.jar