javacc eclipse error message:
Unable to create the selected preference page. Bad version number in .class file
By Rodelio Ramos on Aug. 29, 2008
Bad Version ==========
If you received this error you might be using uncompatible java libraries/.APIs. For example your are compiling a code for 1.4 and you are using API writen in Java 1.5.
By Gleb Zgonikov on Aug. 29, 2008
As a rule to fix you need to use another jdk version
By J Lee on Aug. 29, 2008
I change to JDK 1.6, work OK.
Thanks!
By china long on Aug. 30, 2008
change 1.6
Answers
Add AnswerShare your knowledge