Oracle I recently helped a client who was having a problem when trying to load Java classes into their database. Whenever they tried to load them they were getting the error that is listed below :
Exception in thread "main" java.lang.NoClassDefFoundError:oracle/aurora/server/tools/loadjava/LoadJavaMain
They were told they could edit each of the Java files and change the quotes, as some different client versions interpret these differently. There were many files and to them this was not really an option.
How I overcame this was to upgrade their client to the same version of client that the files where generated. In this case the database and client version of the vendor was 10.2.0.4. My client was only running 10.2.0.1, they has just installed the client, so I patched it to 10.2.0.4 and then the classes loaded first time with no errors.
I am always interested in your thoughts so if you have any comments or feedback then please feel free to add any comments, or you can mail me here.