Getting the following error when
JAVA CLASS com/hxtt/concurrent/ao
On line: 0
ORA-29521: referenced name jcifs/smb/SmbFile could not be found
|
It seems that you're using SAMBA table. For SAMBA support, you should download Java CIFS Client Library, which is developed by Michael B. Allen.
|
If you haven't used SAMBA table, but gotten that exception, you can use -Xverify:none to start your Java VM. BTW, what's your Java VM version?
|
Not using SAMBA table. Trying to load jar file into an Oracle 9.2.0 database )
and run from JVM (JDK 1.3) in the database. Using LOADJAVA utility to load Access_JDBC30.jar into Database.
Thanks
|
Passed test with JDK1.3.1. It seems that Oracle will check all unnecessary classes. You can try to add Java CIFS Client Library to see whether Oracle won't throw error any more.
|