Skip to Main Content

Java Programming

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!

genmissing error when executing java on database

984729Jan 14 2013 — edited Jan 15 2013
Hi,

I have a java program that concatenate several PDFs in one. When I execute the program on my computer everything works fine. However when I upload the java code in the database I have an error that I do not understand. The line where the error is generated is :

reader = new PdfReader((URL)rap[index][0]);

The error is : !!!ERROR!!! generated by genmissing

From what I have read on the Web, it seems that I have a class that is missing on the database. However I did not found the solution, the class com.lowagie.text.pdf.PdfReader is there. To load the java program I do : C:\num>loadjava -user gdem/psw@wagnertest -genmissing -verbose ConsolidationDemande.java

Can you help me please ?

Thanks a lot !

Pierrick
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 12 2013
Added on Jan 14 2013
4 comments
438 views