Expand my Community achievements bar.

Script QPAC

Avatar

Former Community Member
Hi,

I am trying to access my custom java class file in Script QPAC.

QPAC is not recognising my class file.

I did settings in classpath to include my class file.

Still not working.

Any help would be appreciated!
6 Replies

Avatar

Former Community Member
Hi Arshad,



Have you tried wrapping up your class in a jar file and placing it into jboss/lib folder?



What is the error message that you get? How do you test?



If you are testing directly from within the Test tab in the Sqript QPAC window, then you should probably read this thread and follow Howard's advice for adding jars to the Designer classpath


Howard Treisman, "EmailReceiver Qpac testing-tab" #2, 19 Oct 2005 9:43 pm



Regards,

Evangelos

Avatar

Former Community Member
Thank you very much for your responces.

I made my a jar file.Updated classpath with this jar file location.

But I did not put jar file in jboss3.2.5/bin or jboss3.2.5/lib folder.

I'll try. Also I'll go through the URL.

Once again thanks a lot for info

Avatar

Level 9
Hi



The other option is to write a custom QPAC to do the work for you. In my opinion, in the long run it's easier to write a custom qpac unless you're trying to do something very simple.



What are you trying to do?



Howard

Avatar

Former Community Member
Thanks for your reply.

I am trying to write a simple QPAC which will be useful for many projects.

Do I have to follow certail rules to wirte?

Where can i find more documentation about writing custom qpac?

Avatar

Former Community Member
The LiveCycle Workflow SDK includes a document named "Creating Custom QPACs" which should give you all the information you need.



scott

Avatar

Level 9
Hi



There are also several sample QPACs that ship with the Workflow SDK, as well as a plugin for Eclipse that will create a skeleton of a QPAC for you.



Howard