Force software rendering

Hi all,



Is it possible to use a pure software renderer for java monkey? I have a need to run my software on some low-end hardware (GMA 500) and I’m getting this error and the program crashes:



[java]

j org.lwjgl.opengl.EXTBlendEquationSeparate.glBlendEquationSeparateEXT(II)V+16

j com.jme.scene.state.lwjgl.LWJGLBlendState.applyBlendEquations(ZLcom/jme/scene/state/lwjgl/records/BlendStateRecord;)V+74

[/java]



It seems like glBlend is not supported?!



Thanks

No software renderer there, but possible is it, if you have a pure software renderer.