Yes, this is because your cfmx runs on jre 1.4.2 and your class is compiled with jdk1.5
If you have cfmx7 you can change the jre to 1.5 in the jvm.config If you have cfmx6 you will have to compile your class with jdk1.4.2 (if possible) I had to use jre1.5 because i was using some libraries for X509Cert and xmldsig that are included in 1.5 and not in 1.4.2, but it was not much trouble to get it all working. Marbs On Mon, 6 Nov 2006, Murad Amer wrote: > Hello, > > > > I am using a (.jar) class file, but when I call the class I got the error > (Unsupported major.minor version 49.0).! > > I think it's because the jar file is compiled using SDK 5. > > Is that right? What can I do to run it correctly? > > > > Regards, > > -Murad > > > > > > You are subscribed to cfcdev. To unsubscribe, please follow the instructions > at http://www.cfczone.org/listserv.cfm > > CFCDev is supported by: > Katapult Media, Inc. > We are cool code geeks looking for fun projects to rock! > www.katapultmedia.com > > An archive of the CFCDev list is available at > www.mail-archive.com/[email protected] You are subscribed to cfcdev. To unsubscribe, please follow the instructions at http://www.cfczone.org/listserv.cfm CFCDev is supported by: Katapult Media, Inc. We are cool code geeks looking for fun projects to rock! www.katapultmedia.com An archive of the CFCDev list is available at www.mail-archive.com/[email protected]
