SDK BasicGameTemplate

WARNING: Cannot find loader com.jme3.scene.plugins.blender.BlenderModelLoader

I know its a trivial matter to add the library but wouldn’t it be best to just add it from the start?

 ${libs.jme3-bullet-native.classpath}\
 ${libs.jme3-blender.classpath}

Another thing, why not go ahead and set the source to 1.8?

No… the warning is the issue.

You should absolutely not under any circumstances include the blender loader in your game. Convert your models to j3o first else you like to annoy your players with long and buggy load times.

Because we don’t require users to use 1.8.

I suspected this but wasn’t sure.

Exactly what Paul said, I sticked with whatever the engine required anyway. However for a knowledged developer java 8 is only 2 mouseclicks away