Skip to content

std3d-core.sh not working with CORE #13

@cspiker7

Description

@cspiker7

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions