I have a similar situation. I have Oracle EBS R12 which is installed on Unix & has its database.
I want to keep my Java class file on the Unix box, as there are many other Java classes, which I can use to accomplish the tasks.
However, I want to call the Java class from pl/sql block in the database.
And running into the same issue of "class does not exist".