Skip to content

Commit

Permalink
setting JAVA_AWT_LIBRARY
Browse files Browse the repository at this point in the history
  • Loading branch information
JBris committed Jan 1, 2025
1 parent eb3b986 commit 196e343
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile.v2.7.3
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ WORKDIR /usr

COPY workspace /usr/local/workspace

ENV LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
ENV LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH \
JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64 \
JAVA_AWT_LIBRARY=/usr/lib/jvm/java-17-openjdk-amd64/lib/libjawt.so

# set(JAVA_AWT_LIBRARY "$ENV{JAVA_HOME}/lib/libjawt.so")
# set(JAVA_JVM_LIBRARY "$ENV{JAVA_HOME}/lib/server/libjvm.so")
Expand Down

0 comments on commit 196e343

Please sign in to comment.