Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ShadowGrimm

Pages: [1]
1
Java / Re: Trying to run jSFML in an applet (UnsatisfiedLink)
« on: July 02, 2013, 07:07:10 am »
Did you do any local merging? That branch is severely outdated and I have honestly no idea what the last state of it was, but I do believe it ran at least.

I won't be able to look into this for a week. :-\

Is there any other means of incorporating jSFML into an applet? There may also be something I'm simply overlooking...

2
Java / Trying to run jSFML in an applet (UnsatisfiedLink)
« on: July 02, 2013, 02:38:11 am »
Hi there, I've compiled the source on Github for the AWT RenderCanvas and when I try to run my game I get this error:

Exception in thread "JSFML RenderCanvas Runner" java.lang.UnsatisfiedLinkError: org.jsfml.graphics.RenderCanvas.nativeCreateRenderWindow(Lorg/jsfml/window/ContextSettings;)J
        at org.jsfml.graphics.RenderCanvas.nativeCreateRenderWindow(Native Method)
        at org.jsfml.graphics.RenderCanvas.access$1(RenderCanvas.java:88)
        at org.jsfml.graphics.RenderCanvas$1.run(RenderCanvas.java:103)
        at java.lang.Thread.run(Unknown Source)
 

Perhaps something I'm missing? Thanks in advance for any help...

Pages: [1]