[xsl] Fw: Saxon java call works in my script but get an error when trying to submit same script from a cron job - how do I fix this error ?

Subject: [xsl] Fw: Saxon java call works in my script but get an error when trying to submit same script from a cron job - how do I fix this error ?
From: "Catherine Wilbur cwilbur@xxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 4 Mar 2015 16:40:36 -0000
Have a script that runs my Saxon java call  as shown below without a 
problem

    java -cp $SAXON_JAR net.sf.saxon.Transform 
-s:$FinesrvDataDir/Library_Invoice_Interface.xml 
-xsl:$FinesrvCronDir/LibrXML2CSV_stylesheet.xsl 
-o:$FinesrvDataDir/Library_Invoice_Interface.csv

When we take this script and put it in a cron to submit the script at a 
scheduled time we get the following error.  Does anyone know what I do in 
the cron script to fix the problem.  Here is infornation that gets dumped 
from cron script.

/Z/Alma/FIS_Invoice_Payments/Archived/2015-03-02_15-33-07-3318390600002181-1425327949098.xml
/usr/local/finesrv/erp/jdedwardsoneworld/cron/Saxon/saxon9he.jar 
net.sf.saxon.Transform 
-s:/usr/local/finesrv/erp/jdedwardsoneworld/FABS/DATA/LibrVouch/Library_Invoice_Interface.xml 
-xsl:/usr/local/finesrv/erp/jdedwardsoneworld/cron/LibrXML2CSV_stylesheet.xsl 
-o:/usr/local/finesrv/erp/jdedwardsoneworld/FABS/DATA/LibrVouch/Library_Invoice_Interface.csv
The java class could not be loaded. 
java.lang.UnsupportedClassVersionError: net/sf/saxon/Transform 
(Unsupported major.minor version 49.0)
SQL Completed - NO Library A/P Data was loaded

How do we fix the problem.


_____________________________________________________________________
Catherine Wilbur  |  Senior Application Programmer  |  IT Services
401 Sunset Avenue, Windsor ON Canada  N9B 3P4
(T) 519.253.3000 Ext. 2745  |  (F) 519.973.7083  |  (E) 
cwilbur@xxxxxxxxxxx
www.uwindsor.ca/its

Current Thread