Problem in creating an executable (mygame.jar) using awt

hi,



I’m developing a game in JME3, which has a form AWT.



I’m using JMonkeyPlataform, and when I run the game for it, it runs perfectly … But when I create the mygame.jar only AWT form appears, but does not appear CANVAS.



what is the problem?



when I run the game by JMonkeyPlataform appears the game perfectly:







but when I create the mygame.jar and run it, does not appear CANVAS:







help me please!

Whats the output of the application? Run it from command line to see any error output.

I solved the problem by putting the files lwjgl.dll and OpenAL32.dll inside the dist folder (where the MyGame.jar).



thanks