View Single Post
  #8  
Unread 09-20-2007, 03:40 AM
Kaldran Kaldran is offline
A Griffon
 
Join Date: Nov 2004
Server: Valor
Posts: 358
Default

That means your java version is not able to understand the bytecode. This usually happens if the program is compiled against a newer version of java than you are trying to use it with.

I know I get annoying with this, but please check your java version again by using java -version at command line. The current version is 1.6.0.2 Build 6. The updater got compiled against Build 5.
Reply With Quote