Applications that depend on org.apache packages
Sun moved the org.apache package in J2SE 5.0. Various applications depend on the org.apache package and therefore break when run under J2SE 5.0.
J2SE 5.0 Release 4 includes the org.apache package to provide increased backward compatibility. The compatibility classes are appended to the end of the CLASSPATH so newer versions of the org.apache XML classes can be used.
Note: Applications should not depend on this functionality's presence in future releases of Java on Mac OS X.
Runtime.exec and accented characters
If the name of the executable or its path had accented characters, Runtime.exec failed to execute it.
Runtime.exec handles paths and executable names that contain accented characters.
Last updated: 2006-05-23