Login  Register

No GeometryService implementation found (Font3D related!)

Posted by unixnerd on Nov 09, 2023; 5:15pm
URL: https://forum.jogamp.org/No-GeometryService-implementation-found-Font3D-related-tp4043127.html

Exception in thread java.lang.IllegalStateException: No GeometryService implementation found. Please add j3d-core-utils to the classpath.
        at org.jogamp.java3d.Font3D.newGeometryService(Font3D.java:956)

In this thread https://forum.jogamp.org/Java3D-1-6-0-Released-td4037525.html it mentions the problem and how to fix it but I'm struggling a bit. My code works fine in Eclipse but not as a stand alone jar.

Has this fix made it into a newer distribution? If not what exactly do I need to do? Thanks in advance.