Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.2.1.6
-
None
-
Patch Available
Description
The JVMInfo class is included twice in derbyclient.jar, as
org.apache.derby.iapi.services.info.JVMInfo and
org.apache.derby.shared.common.info.JVMInfo. The only one of them
actually used by the client code is the one found in
org.apache.derby.shared.common.info.
org.apache.derby.iapi.services.info.JVMInfo is also included in
derby.jar, so one could run into problems if the classpath contains
derbyclient.jar and derby.jar with different versions.
Attachments
Attachments
Issue Links
- relates to
-
DERBY-5431 If 10.7 or greater derbyclient.jar is in the classpath before an older release's server jars, derby fails to boot with NoSuchFieldError for JVMInfo.JAVA_SQL_TYPES_BOOLEAN
- Closed
-
DERBY-5410 sysinfo needs to be adjusted to indicate support for Java 7 jdbc 4.1 level
- Closed