I just downloaded the latest JyConsoleBin.tgz, extracted it and tried to run, run.bat (on win xp) and I get the following error in the console:
C:JyConsoleBin>java -cp "JyConsole.jar;ThirdPartArtTk.jar;ThirdPartjyth
on-2.1jython.jar" com.artenum.jyconsole.JyConsole
Exception in thread "main" java.lang.UnsupportedClassVersionError: com/artenum/j
yconsole/JyConsole (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
...
If I type, java -version I get 1.4.2_03. Any ideas why this isn't working? The documentation states that it needs java 1.4.x ...so my version should not be a problem, even though it appears to be.
Thanks.