我有一些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
任何人都可以帮我解决这个错误吗? 谢谢