JNI compatibility issues in Java 1.5
hi
I want to develop a JNI application (or how should I say it) using JDK 1.4.2, will there be any known (or unknown) compatibility issues if the application is to be run on Java 1.5? I don't want to migrate to using Java 1.5 to develop my application yet since I'm worried it might not run properly on pc installed with Java lower than version 1.5 installed.
Any information is greatly appreciated. Thanks
[427 byte] By [
imin83a] at [2007-10-2 0:55:49]

As far as I know, JNI code developed in 1.4.2 works with 1.5 finely. However, there may be some corner cases that I'm not aware of.
In fact, your question is too general. Describe in more details what is your applicaiton, and what JNI features you are going to use, then you may expect better answer.
Denis
-
http://www.excelsior-usa.com/xfunction.html
Library for painless JNI programming
I have developed the tool for MS VC++ (see Demo at http://simtel.net/product.php[id]90910[SiteID]simtel.net). It generates C++ code compatible with JNI SDK of JDK1.3.x. This code runs in SUN/IBM JDKs 1.3.x,1.4.x,1.5.x without any problem.