Gopal Sharma wrote:-
|  The solution, I found is -- change the sequence of class loading using
|  bootclasspath means use:
|  
|  %  javac -bootclasspath
|     $L_HOME/xalan.jar:$L_HOME/xsltc.jar:$JAVA_HOME/jre/lib/rt.jar 
|       -J-showversion -verbose src/org/apache/xalan/templates/FuncKey.java
| 
|  It works in both Sun Jdk 1.4 and 1.4.1. 

  I don't know why it didn't work earlier for me. But anyway, It works:
  
  Drop new xalan.jar/xsltc.jar in jre/lib/endorsed and simply use followiing:
  
  % javac -J-showversion -verbose src/org/apache/xalan/templates/FuncKey.java
 
  It will work great.
  
  Thanks
  - Gopal

Reply via email to