/usr/share/sweethome3d/sweethome3d-furniture-editor.sh is in sweethome3d-furniture-editor 1.15-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 batik-parser
find_jars /usr/share/icedtea-web/netx.jar
find_jars /usr/share/sweethome3d/sweethome3d-furniture-editor.jar
cd $BASEPATH
run_java com.eteks.furniturelibraryeditor.FurnitureLibraryEditorBootstrap "$@"
|