Re: Unsupported major.minor version 49.0

2013-11-11 Thread hpw014
> > Hello, > Thanks for the hint with the 'java - version' I had installed the last java-update before. But from the clojure folder the call return 1.3 So I did some more search and found under c:\Programfiles\Oracle\ an older install of the jre. And this folder was in the Path variable before

Re: Unsupported major.minor version 49.0

2013-11-11 Thread Gordon Stratton
More information on the version mismatch in this case: http://www-01.ibm.com/support/docview.wss?uid=swg21496820 On Mon, Nov 11, 2013 at 7:19 AM, wrote: > Hello, > > I just download latest clojure zip and start it as described: > > C:\clojure-1.5.1>java -cp clojure-1.5.1.jar clojure.main > Excep

Re: Unsupported major.minor version 49.0

2013-11-11 Thread Andy Fingerhut
What do you see as the output of the command 'java -version'? I ask because perhaps you are running a version of Java that is too old. JDK6 or JDK7 is recommended. JDK5 might work, but is getting a bit stale, and will definitely not work when Clojure 1.6 is released. Andy On Sun, Nov 10, 2013