Actions
Bug #4072
closedUnsupported major.minor version 51.0
Start date:
04/04/2013
Due date:
% Done:
100%
Estimated time:
Detected in build:
svn
Platform:
Published in build:
0.2
Description
Running my code causes the following exception:
Exception in thread "main" java.lang.UnsupportedClassVersionError: ru/ispras/solver/core/syntax/EStandardOperation : Unsupported major.minor version 51.0
The thing is that I'm using the old JRE:
java version "1.6.0_07" Java(TM) SE Runtime Environment (build 1.6.0_07-b06) Java HotSpot(TM) Server VM (build 10.0-b23, mixed mode)
The recommendation is to upload jars compiled by an elder javac.
Updated by Sergey Smolov over 11 years ago
- Status changed from New to Resolved
- Assignee changed from Sergey Smolov to Alexander Kamkin
Перезалил билд, собранный с использованием следующего компилятора:
javac 1.6.0_27
Updated by Sergey Smolov over 11 years ago
- % Done changed from 0 to 100
- Published in build set to 0.2
Updated by Sergey Smolov over 11 years ago
- Status changed from Resolved to Closed
Actions