1
0
-1

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?

    CommentAdd your comment...

    1 answer

    1.  
      2
      1
      0

      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.

        CommentAdd your comment...