Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Applet loading native library
Applet loading native library [message #170914] Fri, 09 June 2006 08:50
Eclipse UserFriend
Originally posted by: pwolinski.dfqs.pl

Hi,

I'm using
OS: Win XP
JDK: jdk1.5.0_06
Eclipse: WTP-1.0.2 all in one

I'm writing java applet using native library. When I run this applet from
web browser it works fine. But when I try to debug it by Eclipse (using
dfault applet viewer class) I get error:
java.lang.UnsatisfiedLinkError: no morena in java.library.path

morena.dll is placed in ...jre\lib\ext\x86
I put that dir into %PATH% (even 2 dirs: public jre and from jdk).
I added just befor that error:

System.out.println((java.lang.System.getProperty("java.library.path ")));

It looks good:

C:\Program Files\Java\jre1.5.0_06\bin;.;
C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOW S;
C:\WINDOWS\System32\Wbem;
C:\java\jdk1.5.0_06\bin;
C:\java\jdk1.5.0_06\jre\lib\ext\x86;
C:\Program Files\Java\jre1.5.0_06\lib\ext\x86

What else can I do?
Any suggestions?

TIA
Piotr
Previous Topic:Running into NPE errors with WTP RC4
Next Topic:WST depends on Visual Editor???
Goto Forum:
  


Current Time: Thu Mar 28 22:19:49 GMT 2024

Powered by FUDForum. Page generated in 0.03613 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top