/usr/share/sweethome3d/sweethome3d-textures-editor.sh is in sweethome3d-textures-editor 1.4-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #!/bin/sh
#
#
BASEPATH=/usr/share/sweethome3d
JAVA_ARGS="-Djava.library.path=/usr/lib/jni"
. /usr/lib/java-wrappers/java-wrappers.sh
find_java_runtime java6
find_jars j3dcore j3dutils vecmath java3ds-fileloader batik-parser
find_jars /usr/share/icedtea-web/netx.jar
find_jars /usr/share/sweethome3d/sweethome3d-textures-editor.jar
cd $BASEPATH
run_java com.eteks.textureslibraryeditor.TexturesLibraryEditorBootstrap "$@"
|