Skip to main content
6-Contributor
September 18, 2023
Solved

How to add custom jar references to Workflow and LifeCycle JNLP

  • September 18, 2023
  • 2 replies
  • 1480 views

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.
Best answer by BjoernRueegg

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

2 replies

HelesicPetr
22-Sapphire II
22-Sapphire II
April 11, 2024

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

17-Peridot
April 15, 2024

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