Andrew McIntyre wrote: >*Two applications should be able to use one version of the Derby >network client driver and a different version of the Derby embedded >driver within the same Java VM without having to resort to creating >specialized classloaders. > >This would still be true, but care must be taken to put derbytools.jar >after any older derby.jar/derbyclient.jar you would like to use. > >
The two applications are not aware of each other and have no control over classpath order. Thanks Kathey
