Hi, When I try to load the project from Eclipse, some build errors appear because the project is set to use Java 1.5, but the code use Java 1.6 API String.isEmpty for example.
It is OK to build using command line, but using M2Eclipse it fails to build. Maybe I'm missing something. By the way, isn't it better to keep Java 1.5 compatibility? Thanks, William
