Re: Running SPMF in Debian Linux Shell
Date: February 12, 2015 04:34AM
Hi,
Thanks for using SPMF and happy that you like it! ;-)
The problem is with the version of Java that you have installed. You have version 1.6.
The error message " Unsupported major.minor version 51.0 " indicates that you should have version 51.0, which is:
J2SE 8 = 52,
J2SE 7 = 51,
J2SE 6.0 = 50,
J2SE 5.0 = 49,
JDK 1.4 = 48,
JDK 1.3 = 47,
JDK 1.2 = 46,
JDK 1.1 = 45
Thus, to solve the problem you should upgrade your java to the latest version. This error occurred because I use a recent version of Java to compile the code.
However, note that an alternative solution would be to recompile the code with Java 1.6.
Best,
Philippe
Edited 1 time(s). Last edit at 02/12/2015 04:35AM by webmasterphilfv.