Re: Furniture Library Editor released
by selden » Mon Jun 09, 2025 6:29 pm
Problem: warning messages from Java jdk-24
I'm a irst time (attempted) user of the library creation tool under windows 10.
I installed and configured Java jdk-24, which seems to work.
1. How can I display the current documentation for the furniture library creation tool?
2. invoking the command
+ java -jar ./FurnitureLibraryEditor-2.2.jar
opens the editor window.
However, when I tried to drag-and-drop of the directory folder containing the .obj and .mtl files into the main pane of that window, nothing happens but I get this error message in the cli (I'm using cygwin bash) command window:
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::loadLibrary has been called by com.jogamp.common.jvm.JNILibLoaderBase in an unnamed module (file:/C:/User
s/selden/Documents/sh3d_models/FurnitureLibraryEditor-2.2.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
Hopefully this problem can be fixed in the next release of the Furniture Library Editor. In the meantime, I'll try what java suggests.