Hello, I recently had some strange behavior from the nxj compiler. After de-compiling the classes.jar, I found out why.
In the official JDK, the String class provides the "String[] split(String)" and the "String[] split(String, int)" methods.
These seem to be missing from "String.class" in classes.jar.
Does the nxj compiler use the JDK or classes.jar?
