I have two machines... The first machine has JVM version 1.4.2 and the second 1.4.1
I complie and run a java program using the xalan.jar and it works fine.
The same program when I recompile and run it on second machine, i get the following error javax.xml.transform.TransformerException: java.lang.ArrayIndexOutOfBoundsException: 500
however if i use -Xbootclasspath/p:/lib/xalan2.4.1.jar, the program executes fine.. this is not required on the first machine... I checked the CLASSPATH... The same jars are present. I am totally stuck .... 8-)