Hi guys, I'm new to this forum,
I have a terrible issue with an application that i am developing with collaborators. It seems to run well on linux but I do get this message with mac OS X, and I couldn't figure it out yet.
Exception in thread
"AWT-EventQueue-0" org.
jsfml.
internal.
JSFMLError: This thread is not allowed to create a window on
this system.
If you are running on Mac OS X, you MUST run your application with the
-XstartOnFirstThread command line argument
! at org.
jsfml.
window.
Window.
create(Unknown Source
) at org.
jsfml.
graphics.
RenderWindow.
create(Unknown Source
) at org.
jsfml.
graphics.
RenderWindow.
<init
>(Unknown Source
) at grahique.
Jeu.
<clinit
>(Jeu.
java:25) at grahique.
SelectLevel.
actionPerformed(SelectLevel.
java:113) at javax.
swing.
AbstractButton.
fireActionPerformed(AbstractButton.
java:2022)
Anyone of you does have an idea?