Java 3D is it replaced?
Hello guys!For like ten years ago I got interested in Java 3D.
Yesterday I dusted off an old eclipse project with som Java 3D.
I thought that I could turn it into a maven project but when I started it I remembered that I need to install some 3D-libs since I get:
"no J3D in java.library.path"
However question 1:
Is there any possibility to build this and add all dependencies with maven so I could run "mvn assembly:assembly" to get a portable app that needs no extra installation?
Question 2:
It looks like Java 3D is not included in the SDK. Is it in some way added to the SDK but in some other name like Java FX?
Best regards
Fredrik