Error after loggin in!

Hi

I have downloaded the spark source. I ran Spark After executing using the ant. The login dialouge showed but after loggin in it throws the below exception , i will be pleased if someone help me

java.lang.UnsatisfiedLinkError: no systeminfo in java.library.path

at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)

at java.lang.Runtime.loadLibrary0(Runtime.java:822)

at java.lang.System.loadLibrary(System.java:992)

at org.jdesktop.jdic.systeminfo.SystemInfo.<clinit>(SystemInfo.java:59)

at org.jivesoftware.spark.SessionManager$2.run(SessionManager.java:292)

at java.util.TimerThread.mainLoop(Timer.java:512)

at java.util.TimerThread.run(Timer.java:462)

Exception in thread “Timer-0” java.lang.RuntimeException: systeminfo.dll not loa

ded

at org.jdesktop.jdic.systeminfo.SystemInfo.isSessionLocked(SystemInfo.ja

va:102)

at org.jivesoftware.spark.SessionManager$2.run(SessionManager.java:293)

at java.util.TimerThread.mainLoop(Timer.java:512)

at java.util.TimerThread.run(Timer.java:462)

Hi,

there is a systeminfo.dll file and it may be possible that you need to put it somewhere else, eg. in the lib\windows\ folder. Or if you are using a start script you may add -Djava.library.path=C:/…

LG

Thanks it2000

I put systeminfo.dll in C/windows and it work

Thanks agian for your help