Re: Categories

by dorin » Fri Sep 08, 2023 7:12 am

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):

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"
(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.