Using Mincom Connector with Java Middleware 1_06_0001 and experiencing problems.
I want to use the Tuxedo native connection. I assume a version of Tuxedo Client needs to be installed locally. Does anyone know if a specific version will have to be used?
I also have a question about setting up the environment. When making the call to getMimsSession to use the native Tuxedo components, upon compiling and running I get errors trying to access "wintuxjni.dll". Stack trace as follows:
I see that the file wintuxjni.dll is within the middleware .jar file.
Note I am testing this connection through the Eclipse Java IDE, j2sdk1.4.0_01. on Windows NT4.
I have checked these 2 threads about Java Middleware
and
which show that what I want to do is possible, but I am still missing something...
I want to use the Tuxedo native connection. I assume a version of Tuxedo Client needs to be installed locally. Does anyone know if a specific version will have to be used?
I also have a question about setting up the environment. When making the call to getMimsSession to use the native Tuxedo components, upon compiling and running I get errors trying to access "wintuxjni.dll". Stack trace as follows:
Code:
java.lang.UnsatisfiedLinkError: no wintuxjni in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1410)
at java.lang.Runtime.loadLibrary0(Runtime.java:772)
at java.lang.System.loadLibrary(System.java:832)
at com.mincom.mims.tech.mware.tux.TuxNativeSession.<clinit>(TuxNativeSession.java:77)
at com.mincom.mims.tech.mware.tux.TuxSession.connect(TuxSession.java:121)
at GetMimsInstance.processRequest(GetMimsInstance.java:75)
at GetMimsInstance.main(GetMimsInstance.java:43)
I see that the file wintuxjni.dll is within the middleware .jar file.
Note I am testing this connection through the Eclipse Java IDE, j2sdk1.4.0_01. on Windows NT4.
I have checked these 2 threads about Java Middleware
and
which show that what I want to do is possible, but I am still missing something...