Print at Dec 16, 2025, 6:43:13 PM

Posted by dorin at Sep 8, 2023, 9:12:05 AM
Re: Categories
I don't used Repository.
That's good.
FLE 1.3.1 that opens with OpenJDK Java 11 Runtime
That's not really good. I've also encountered some problems in the past with a similar configuration.
That mean the FLE run under the system provided java.
I've decide to use for all programs related with SH3D only jre8 and, in this way, I've forgot about troubles.
I've made this tutorial which need some updates but could be an inspiration.
My actually file look like this (with Keet contributions):
#!/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"

(non betas) versions 
No problem!
I have both with separate start files.
Every actually final versions was previously a beta.
This FLF beta have a lot of good improvements and we will have it in FLF-2.
----------------------------------------
A computer program does what you tell it to do, not what you want it to do. Murphy's Law
When all else fails, read the instructions. Murphy's Law
If you don't like "AS IS", DIY. Dorin's law