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!

[546 byte] By [janeyounga] at [2007-10-3 6:01:52]
# 1
You cannot run Java Application compiled in JDK1.5 with JVM 1.4For version compatibility I compile my Java code only with JDK1.4.x
vitallisa at 2007-7-15 0:43:59 > top of Java-index,Java HotSpot Virtual Machine,Specifications...