0

Is it possible somehow possible to add a environment variable to the generated scripts say LD_LIBRARY_PATH=$BASEDIR/native/libs/. I did not find anything in the docs. Maybe there will at least be a "hacky" way using another maven plugin?

KIC
  • 5,887
  • 7
  • 58
  • 98

1 Answers1

0

The simple solution for this is to use a environment setup file which can be configurate in Appassembler within the pom.xml

khmarbaise
  • 92,914
  • 28
  • 189
  • 235