ola pessoa! estou desenvolvendo uma aplicação basica com JSP, JSF, java e postgre estou usando a IDE NetBeans, so que estou trancado no seguinte erro:
java.lang.NoClassDefFoundError: com/google/gwt/dev/GWTCompiler
Exception in thread “main”
C:\Documents and Settings\Desenvolvimento2\Desktop\Estudando_JSF\jsf1\nbproject\build-gwt.xml:13: Java returned: 1
FALHA NA EXECUÇÃO (tempo total: 4 segundos)
e esse é o meu “main”:
library.common.define(controller, “main”, function() {
this.Main = function() {
this.onRequest = function() {
library.view.render(“main.ejs”);
};
};
});
olguem pode me ajudar!!!