JNI DLL y Tomcat?
Publicado por Gustavo (1 intervención) el 28/03/2006 01:16:26
Saludos, en mi proyecto de la Universidad me propuse realizar un sistema que utilice Microsoft Agent utilizando JNI, utilice el IDE de JBuilder v9, y se conecta y fuciona correctamente, el problema esta en que al hacerlo ejecutable aparece el mismo error que cuando aun no generaba el DLL de conido nativo, por favor si alguien sabe como solucionar el problema le agradesco de antemano; el error lo pongo a continuación
Exception in thread "main" java.lang.UnsatisfiedLinkError: no msagents in java.l
ibrary.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1403)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:832)
at msagent.MsAgentNativeLibrary.<clinit>(MsAgentNativeLibrary.java:452)
at msagent.MsAgentServer.<init>(MsAgentServer.java:45)
at AgentControl.Cargar(AgentControl.java:49)
at Test.main(Test.java:14)
Exception in thread "main" java.lang.UnsatisfiedLinkError: no msagents in java.l
ibrary.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1403)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:832)
at msagent.MsAgentNativeLibrary.<clinit>(MsAgentNativeLibrary.java:452)
at msagent.MsAgentServer.<init>(MsAgentServer.java:45)
at AgentControl.Cargar(AgentControl.java:49)
at Test.main(Test.java:14)
Valora esta pregunta


0