[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [ATM] My kingdom for an editor



Richard wrote:

 > F:\>java -jar geewyld.jar
 > Exception in thread "main" java.lang.UnsupportedClassVersionError: GeeWyld/GeeWy
 >ld (Unsupported major.minor version 49.0)
 >        at java.lang.ClassLoader.defineClass0(Native Method)

class file version 49. are classfiles produced by java 1.5 (aka 5.0)

and later wrote:
> Hi Wouter,
> 
> F:\>java -version
> java version "1.4.2_06"
> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
> Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
> F:\>
> 
> Just did an update and apparently that is the latest version. ??

1.4.2. won't run 1.5 class files. You need to upgrade to 1.5 which is
available at java.sun.com (top of the popular downloads on the right).
[1.5 javac is capable of producing 1.4 class files but you have to
ask special for it.]


-- 
Steve
_______________________________________________
ATM mailing list http://www.atmlist.net/