We have a combination of Java and C++ in software code. So we call C++ library baiscally .dll and .so from JAVA using JNI.
On solaris this works fine. We are able to load .so and call C++ function from Java methods but on windows we get r6034 windows error that unsupportd way to load library.
Can anyone please help me here?
I have already created java.exe.manifest and added it to %JAVA_HOME%/bin.
Thanks
Niraj Rathi
The manifest is required for your dll, not for java.exe