I just noticed that JVMInfo is included twice in derbyclient.jar. Does anyone know if this is intended?
% jar tf derby.jar|grep JVMInfo org/apache/derby/iapi/services/info/JVMInfo.class % jar tf derbyclient.jar|grep JVMInfo org/apache/derby/iapi/services/info/JVMInfo.class org/apache/derby/shared/common/info/JVMInfo.class -- Knut Anders
