Electrostat-Lab / jMonkeyBuilder

Alex's Jme3 Scene editor Maintained Version
https://hub.jmonkeyengine.org/t/editor-jmonkeybuilder/35179/1232
Apache License 2.0
6 stars 3 forks source link

Editor: fix mutexes issues (partially) - runnable application #24

Closed pavly-gerges closed 1 year ago

pavly-gerges commented 1 year ago

This PR adds the following changes:

pavly-gerges commented 1 year ago

In order to run this application, you have to download jdk-8, then use gradle wrapper:

└──╼ $./gradlew -Dorg.gradle.java.home=/opt/jdk1.8.0_202/ run
pavly-gerges commented 1 year ago

@icyboxs Could you test this PR to confirm the fix, please?