What is the best package for game developing in Java?

java

Solution

JMonkey Engine is quite good. It's a scenegraph engine which is layered on top of LWJGL or JOGL. It's quite nice. A couple of years ago, we were using Irrlicht with Java. We switched over to JMonkey Engine, and found it to be much easier to do what we needed.

Problem

What is the best package for game developing in Java; I work with JITTers but it's too weak for example how can I make a game such as Splinter Cell Conviction? :) What is the best in Java?

Original source

Related problems