From: Peter C. <cen...@ri...> - 2003-02-07 04:26:33
|
This was just posted to the java-seed list at Apple: > Programs should not assume that certain classes are always and only > available when certain JARs or filenames are present. Instead, > programs > should probe for the necessary class using Class.forName() He's got a good point here. This might be a better way of checking for debuggers, compilers, junit, and other such optional DrJava add-ons. -- Peter |