JSF + pau no Thread "main"

1 resposta
w_java

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!!!

1 Resposta

thiago.correa

Tá faltando Jar na tua aplicação!!!

Criado 26 de junho de 2007
Ultima resposta 26 de jun. de 2007
Respostas 1
Participantes 2