Actions
Bug #992
closedremove hard coded references
Start date:
02/19/2003
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
992
Description
Remove hard code references to the JDK versions, array sizes, etc.
Related issues
Updated by John Harris over 21 years ago
Got rid of the JNI version hardcoded vars. Now when webclient is started the
native code gets the JNI version from the interface pointer - both JNI 1.2 and
1.4 are currently supported though there are no reasons future versions should
not work. Got rid of all the hardcoded static arrays and replaced with dynamic
pointer arrays.
Actions