USNavalResearchLaboratory / sdt

Scripted Display Tool (SDT), a 3D network visualization tool
https://www.nrl.navy.mil/itd/ncs/products/sdt
Other
13 stars 4 forks source link

std3d-core.sh not working with CORE #13

Open cspiker7 opened 4 years ago

cspiker7 commented 4 years ago

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.