Palmi H Lord wrote:

>Hi evryone
>Am new to jave so
>am trying this exsample that i found on Itext
>http://itextdocs.lowagie.com/examples/com/lowagie/examples/general/copystamp/Register.java
>
>this is the jar file that i using
>http://prdownloads.sourceforge.net/itext/itext-1.4.1.jar
>
>
>Classpath is
>JavaUserClasses=C:\Program Files\Lotus\notes\data\domino\java\PDF
>
>location is
>C:\Program Files\Lotus\notes\data\domino\java\PDF
>
>
>
>Error am getting
>Error loading Agent Class: Register
>java.lang.ClassNotFoundException: Register
>       at lotus.domino.AgentLoader.loadClass(Unknown Source)
>       at java.lang.ClassLoader.loadClass(ClassLoader.java:494)
>       at lotus.domino.AgentLoader.runAgent(Unknown Source)
>
>
>can one see why am getting this error ?
>
Register is the name of the example class.
It is not found in your classpath.
Maybe you forgot to compile it, or you didn't put
it in the right directory/package.
br,
Bruno


_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to