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.
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 ${THISDIR}/build/sdt3d/jars/sdt3d.jar LISTEN TCP,50000 $@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.