cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

How to add custom jar references to Workflow and LifeCycle JNLP

leoffabris
6-Contributor

How to add custom jar references to Workflow and LifeCycle JNLP

Hello everyone!

I've made changes to libs folder and moved some jars to another directory.

Is there a way to add some custom jars to the JNLP constructor when I open the edit action on Workflow Template Administration?

When I edit the JNLP file and manually add the jar files, this works perfectly. But, I want to generate these jnlp files with this jar files included.

I use Windchill 11.
1 ACCEPTED SOLUTION

Accepted Solutions

e.g. %WT_HOME/codebase/WEB-INF/lib

View solution in original post

2 REPLIES 2

HI @leoffabris 

If I want to use external library I just add the jar file to java path or custom specific folder. Windchill load this jar file on the start of the method server. 

The jars are listed in the method server log. 

PetrH

e.g. %WT_HOME/codebase/WEB-INF/lib

Top Tags