The Artima Developer Community
Sponsored Link

Java Answers Forum
Xalan - java problem

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Murali Krishna

Posts: 1
Nickname: tararum
Registered: Nov, 2006

Xalan - java problem Posted: Nov 2, 2006 9:23 AM
Reply to this message Reply
Advertisement
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-)

Topic: Inter plugin communication. Previous Topic   Next Topic Topic: java.net.ConnectionException

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use