No lwjgl in java.library.path, for applet

I’m trying to run the testApplet code and get the following error:

Exception in thread “LWJGL Renderer Thread” java.lang.UnsatisfiedLinkError: no lwjgl in java.library.path



This is supposedly a trivial problem, but I can’t figure it out. I copied lwjgl.jar to the same directory as the java code, but that doesn’t help. I’m trying to run this from Eclipse.

In order to run jME3 as applet, it needs to run from LWJGL’s AppletLoader