Using 3rd Party Libraries in BeanShell

Confluence User - 25 Mar, 2018

I have a couple of libraries as jar files, and I want to use those libraries at runtime in BeanShell Scripts.

I've searched the documentation. Unfortunately, I wasn't able to find any interface to load 3rd party libraries into Joget.

Any thoughts?

development;3rd_party_libraries;beanshell

1


25 Mar, 2018
confluenceUser
1
confluenceUser

In your webserver, you can add the jar file to your WEB-INF/lib folder and restart the server. Then, you should be able to "import" and use them in your beanshell java code.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print