sbt-native-packager icon indicating copy to clipboard operation
sbt-native-packager copied to clipboard

graalvm-native-image Jar files can be configured to load from the specified relative path (proportional lib) directory

Open yangjungis opened this issue 4 years ago • 2 comments

Expected behaviour

graalvm-native-image Jar files can be configured to load from the specified relative path (proportional lib) directory

Actual behaviour

load the JAR file from the user home/. Ivy2 directory

Information

  • ubuntu
  • wsl

yangjungis avatar Sep 01 '21 09:09 yangjungis

Hi @yangjungis

Thanks for your issue report. I don't understand what you are trying to do 😟 Can you elaborate a bit more?

  • what have you tried
  • what does your build.sbt look like
  • what does the output look like
  • what should the output look like

Thanks 😊

muuki88 avatar Sep 05 '21 08:09 muuki88

out dir

      +lib
             a.jar
             b.jar
            ...
       demo.cmd
       demo

yangjungis avatar Jan 19 '22 12:01 yangjungis