1)変数CLASSPATH
を設定しましたmy computuer -> System variables;
2)コンソールを再起動して入力echo %CLASSPATH%
すると、設定されCLASSPATH
、値は次のとおりです。
C:\Program Files\Java\jdk1.7.0_25\db\lib - this is where the derby.jar was and other related files
3)次に入力java org.apache.derby.tools.ij
すると、次のエラーが表示されます。
Error: Could not find or load main class org.apache.derby.tools.ij
Windows XP を使用していますが、何が間違っていますか?