getting this error:
default methods are not supported in -source 1.7
(use -source 8 or higher to enable default methods)
to solve:
- go to project properties (right click on project) -> source -> source/binary format
- update to 1.8
default methods are not supported in -source 1.7
(use -source 8 or higher to enable default methods)
to solve:
- go to project properties (right click on project) -> source -> source/binary format
- update to 1.8
Comments