cancel
Showing results for 
Search instead for 
Did you mean: 

Java class hiccup

Former Member
0 Kudos

I don't have a lot of experience loading Java classes into the database, but I managed to get a jar file loaded without error. However, when attempting to execute the class, I am hit with the following error:

Here's the class properties from SQL Anywhere:

I'm stumped. The class StampText is part of an installed jar file.

So close but yet sooooo far.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Well... I think I had a conflict over class paths. When I set the database java_class_path option to empty string, the class started running and failed on I/O issues. This was expected, since I gave it bogus filenames (never expecting to get this far this quickly).

Consider this question solved.

Answers (1)

Answers (1)

former_member188493
Contributor
0 Kudos

Please show us more of the code, in particular how "Procedure 'StampPDF'" is connected with the "public class StampText"

Former Member
0 Kudos

Will this do: