-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I couldn't get makefiles/sdt3d-core.sh to work with CORE. Here is a script that does work.
#!/bin/sh
THISDIR=dirname $0
export LD_LIBRARY_PATH=${THISDIR}/build/sdt3d/lib
java -jar -Dsun.java2d.noddraw=true -Djava.library.path=${THISDIR}/build/sdt3d/lib -Xmx512m
I think this other file with the start command is just using old paths for sdt. Can we update the bash file so it works for others? Tested with the last few CORE versions, but it is just listening on a port for CORE so I think it would work with older CORE versions as well.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels