I'm trying to write an IM client/server program for my final year project. I've downloaded some source code from sourceforge.net (http://sourceforge.net/projects/undergroundim/) to learn some coding practices from. However, when I try to compile/run same, the above error message appears.
I've have tried to follow the steps outline here (Exception in thread "main" java.lang.UnsupportedClassVersionError: a (Unsupported major.minor version 51.0)) for Mac, but without success.
I'm using Eclipse Kepler on Macintosh. One possibility may be that the code is not Mac compatible. I'm unsure about this one, as I thought Java was platform agnostic. I'm pretty new to Java.
Any help is greatly is greatly appreciated.
Thank you very much.