Menu

#1 Error when executing Test

open
nobody
None
5
2003-11-20
2003-11-20
No

Hi, I get the following error when trying to execute Test
in your BlueJ.

java.lang.UnsatisfiedLinkError: no bluej in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.
java:1491)
at java.lang.Runtime.loadLibrary0(Runtime.java:
788)
at java.lang.System.loadLibrary(System.java:834)
at org.bluej.core.Hci.<clinit>(Hci.java:5)
at org.bluej.core.Test.<init>(Test.java:12)
at org.bluej.core.Test.main(Test.java:299)
Exception in thread "main"

Everything compile without problem. My java.library.path
= C:\j2sdk1.4.2_02\jre\bin;.;C:\WINDOWS\System32;C:
\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:
\WINDOWS\System32\Wbem

What should I do?

Best regards
fpaaske

PS: Thanks for doing this!

Discussion


Log in to post a comment.