Java FX and jMonkeyEngine

Hello

I’m sorry that I create new topic, but I found only 2 topic on this theme and neither don’t help me.
Is a chance display jMonkey INSIDE Java FX?
Thanks

AWTPanel

I made 2 samples (both using JME3-JMX):

Ask if you have any questions, or open a ticket on JME3-JFX

1 Like

Thank you for fast answer.
Now I try to build JME3-JFX and I have issue with it. When I try build by gradle assemble, I get BUILD FAIL. I have gradle 2.4 .

FAILURE: Build failed with an exception.

What went wrong:
Execution failed for task ‘:compileJava’.
Could not find tools.jar

Your gradle is not setup correctly,
it does nto run with a jdk.
tools.jar contains the compiler tools, ect.

You can also download from bintray thealready build file. See the Jme-Jfx thread.

1 Like

The dowload info are also available in the README.md of empirephoenix/JME3-JFX