|
From: Yasir K. <yas...@as...> - 2003-10-17 12:47:27
|
Hi, I downloaded Java Service Wrapper today and now trying to run my application using method 1 on windows 2000. My application interact with some of NT native functionality using JNI. Now problem is that when I start my application on clicking on the MyApp.bat file my application starts executing and execution fails when it tries to load a DLL with following exception (please note that I have not installed the service yet for my application) jvm 1 | System tray DLL error jvm 1 | System tray ICON error jvm 1 | java.lang.UnsatisfiedLinkError: nativeMoveToFront jvm 1 | at com.gc.systray.SystemTrayIconManager.nativeMoveToFront(Native Method) jvm 1 | at com.gc.systray.SystemTrayIconManager.<init>(SystemTrayIconManager.java:69) jvm 1 | at com.gc.systray.DefaultSystemTray.<init>(DefaultSystemTray.java:48) jvm 1 | at ASC_SplashScreen$2.run(ASC_SplashScreen.java:98) jvm 1 | at java.lang.Thread.run(Unknown Source) Any ideas why JNI is not working properly? Note: My application is running fine if I run it without using Wrapper. Also I want to know that as my application is running under a wrapper, performance of my application will be affected, what u people say about performance issue? Best Regards & Khuda Hafiz Yasir Khan |