On Thu, 16 Jan 2003, Ninad Shah <[EMAIL PROTECTED]> wrote:

> java.lang.UnsupportedClassVersionError:
> org/xmLP/ant/taskdefs/xslt/XSLTProcess (Unsupported major.minor
> version 48.0)

The class you are trying to load has been compiled for JDK 1.4 while
you are running an older VM.  Contact the people who have provided
this class and ask them to compile once again using the proper target
for javac.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to