- Java is very easy in coding and its easier to avoid “problems”, then in C++. Jme3 is based on opengl libraries for all platforms, i mean it is same fast as C/C++, becouse libraries(wich Java use) for opengl are writed in C / etc.
summing up Jme3 give easy way to create awesome games + its very fast.
in addition Jme3 can do everything what Unity can do.
BTW: My friend know an old and very clever person that said: “good Java code is same fast as C++ code”. Many “newbies” belive rumors that Java is slow. They dont do statistics/etc. So when he tell you “Java is slow” and you belive him, then you will continue this rumor.
Java take some memory for start and sometimes you can look at memory of process, and see that Java take much more of it. But its becouse of garbage cleaner, wich clean unused objects when it is needed. In C++ you must free objects yourself, or use some specyfic methods.
And much more of such technical things that give people fake view of situation