Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to build PDFBox jar with all dependencies and load them into database without classes resolving

iKozhekoApr 30 2015 — edited May 5 2015

Hello.

I'm need to load PDFBox into oracle database 11g R2 (jdk version is 1.5.0_10).

PDFBox located in http://apache-mirror.rbc.ru/pub/apache//pdfbox/1.8.9/pdfbox-1.8.9-src.zip

I'm try to build PDFBox from sources with Maven 2.2.1 and jdk1.5.0_10. Maven writes what build is successful, but command "loadjava -user user/pass -resolve pdfbox-app-1.8.9.jar" was failed with resolving classes errors. Java classes loads into database, but their status is 'INVALID'.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 2 2015
Added on Apr 30 2015
3 comments
2,921 views