Posts tagged ‘Java’

Can I use JDMP with Java 1.4?

No, unfortunately not. JDMP is designed for Java 6 and uses generics and other features untroduced in Java 5.0. Without modifications, it will not run with lower versions.