Skip to main content
13-Aquamarine
August 1, 2018
Question

How to load Java librairies contained in a jar file ?

  • August 1, 2018
  • 0 replies
  • 833 views

Hello,

I want to use customized Java classes contained in an archive File (custom.jar).

I have put my Jar file in the directory "Arbortext-path\custom\classes"

The Java classes use librairies (Jar files) which are contained in my Jar file "custom.jar".

The Java classes contained in my Jar file are loaded but not the librairies.

How to load the librairies contained in my Jar file ?

Best regards.

David G