Class Veersion Error on plugin

I just reinstalled the latest rev and compiled a client plugin. I launched the client and the plugin failed to load:

Error occured loading client plugin class org.foqus.servoy.plugin.ClientPlugin, error: java.lang.UnsupportedClassVersionError: org/foqus/servoy/plugin/ClientPlugin (Unsupported major.minor version 49.0)

Any ideas what could be causing this? (The server plugin I wrote seems to be working fine.)

Thnks,
Sean

Hi Sean.

Got a stack trace ?

Sounds like classes you maybe compiled with 1.5 and you’re trying to maybe load with a 1.4 runtime ?

julian

No stack trace I’m getting this off of the jws console, but that’s probably it. I just installed 1.5 with the new netbeans ide.

Thanks Julian,

-sean