i change the lib at vaadin 7.2.6 by the lib of vaadin 8.3.0 but when i compile with ant i got these errors
[code]
[javac]
C:\Consisint\Acsele\Acsel-e\Application\Core\EJBAcsel-e\src\com\consisint\acsele\reinsurance\advance\service\impl\AdvanceServiceImpl.java:36: cannot access com.vaadin.server.VaadinServletService
[javac]
bad class file: com\vaadin\server\VaadinServletService.class(com\vaadin\server:VaadinServletService.class)
[javac]
class file has wrong version 52.0, should be 50.0
[javac]
Please remove or make sure it appears in the correct subdirectory of the classpath.
[javac]
import com.vaadin.server.VaadinServletService;
[/code]