JNI application executed on a different JDK
Thanks for reading my post.
I have a JNI application (.dll on Windows and .so on Linux and Solaris) that was compiled with jdk 1.5. Without recompiling, can I take the JNI application and run it on a JDK 1.4 java application?
So far I haven't seen a problem doing this. Can someone tell me if I will run into problem.
The reason I'm asking this is that I have a java application that needs to be recompiled in JDK 1.4. I'm wondering if I can take the JNI application from 1.5 and run it with JDK 1.4.
Thank you!

