Re: Categories
That's good.I don't used Repository.
That's not really good. I've also encountered some problems in the past with a similar configuration.FLE 1.3.1 that opens with OpenJDK Java 11 Runtime
Code: Select all
#!/bin/sh
# Retrieve Furniture Library Editor directory
PROGRAM=`readlink "$0"`
if [ "$PROGRAM" = "" ]; then
PROGRAM=$0
fi
PROGRAM_DIR=`dirname "$PROGRAM"`
# Run Furniture Library Editor
exec "$PROGRAM_DIR"/jre1.8.0_351/bin/java -jar "$PROGRAM_DIR"/editors/FurnitureLibraryEditor-2.0.beta7.jar -open "$1"No problem!(non betas) versions