Skip to content

Commit

Permalink
Changed method that java libraries locations are appended to LD_LIBRA…
Browse files Browse the repository at this point in the history
…RY_PATH
  • Loading branch information
marip8 committed Oct 23, 2024
1 parent 3493148 commit dd5b936
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
environment:
DISPLAY: $DISPLAY
XAUTHORITY: $XAUTHORITY
LD_LIBRARY_PATH_ADDITIONS: /usr/lib/jvm/java-11-openjdk-amd64/lib:/usr/lib/jvm/java-11-openjdk-amd64/lib/server
container_name: noether
image: ghcr.io/ros-industrial/noether:jammy
stdin_open: true
Expand Down
2 changes: 1 addition & 1 deletion docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
source /opt/noether/install/setup.bash
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/jvm/java-11-openjdk-amd64/lib:/usr/lib/jvm/java-11-openjdk-amd64/lib/server
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LD_LIBRARY_PATH_ADDITIONS
./opt/noether/install/noether_gui/bin/noether_gui_app

0 comments on commit dd5b936

Please sign in to comment.