Armin Reichert
Armin Reichert
Thank you for answering. Today I switched from Nashorn to the V8 JS engine but after some minutes the error still occurs: `Exception in thread "AWT-EventQueue-0" guru.nidi.graphviz.engine.GraphvizException: Got Error: 'TypeError:...
I managed to get this running in my Eclipse IDE and fixed the bug in the parser.
Hi Jose, my original intention was to use the FXyz importer instead of the one I currently use (interactivemesh.org) because of the missing Maven support of the latter. When I...
Without fixing the missing "o" tag support and using reflection to get the material names (the Model3D has no public accessor for them), I get mesh names and material names...
Gluon FX (https://docs.gluonhq.com/) was my hope to create a standalone native Windows application. I almost succeeded, but it seems there is no support for playing audio from the native Windows...
Thanks for answering. But which effect then has specifying `vendor = "XYZ"` inside the `jpackage { }` section?
I found out where to set these jpackage parameters: ``` jpackage { appVersion = '1.0' description = 'Pac-Man JavaFX (3D version)' vendor = 'Armin Reichert' ... } ``` But only...
It seems that the vendor can be set in both ways as shown above. But I dont't see the vendor in the Windows app list (Windows 10 Pro, 22H2). While...
Hello, thanks for your message! I have no real Linux installation available on my PC, only a VMware virtual machine. My guess is that you need a Java 21 JDK...
I quickly tried: I cannot build the project in my Linux VM (Ubuntu) either. But I have just published a new release (which triggers a build on the GitHub build...