いくつかの Java クラスがあり、これらのファイルを Oracle データベース 11gR2 にインポートしたいと考えています。loadjava ユーティリティを使用したい場合、以下のエラーが表示されます:
C:\Users\oracle>loadjava -f -v -r -user tree AllData.class
Password:
*******
arguments: '-user' 'tree' '-f' '-v' '-r' 'AllData.class'
Error while opening file: AllData.class
Exception java.io.FileNotFoundException: AllData.class (The system cannot fi
nd the file specified)
creating : AllData.class
The following operations failed
AllData.class: opening file
exiting : Failures occurred during processing
この目的地の私のJavaクラス:
C:\Users\oracle\Documents\NetBeansProjects\JavaApplication1\src\javaapplication1
このエラーの処理方法を教えてもらえますか? ありがとう