2012-11-06 7 views
0

다음과 같은 오류가 발생할 수있는 이유는 무엇입니까?'com.google.gwt.validation.rebind.GwtSpecificValidatorGenerator'클래스를로드 할 수 없습니다.

Loading inherited module 'com.test.courierApp.AdminPanel' 
    Loading inherited module 'com.google.gwt.user.User' 
     Loading inherited module 'com.google.gwt.editor.Editor' 
     Loading inherited module 'com.google.gwt.validation.Validation' 
      [ERROR] Unable to load class 'com.google.gwt.validation.rebind.GwtSpecificValidatorGenerator' 

제가 GWT에서 공식 2.5로 전환 한 후부터 시작되었습니다. 그 전에 GwtSpecificValidatorGenerator existed in trunk을 볼 수 있는데, 컴파일러가 찾을 수없는 이유가 설명되어 있습니다.

하지만 설명 할 수없는 것은 내 코드에서이 누락 된 클래스를 참조하는 것입니다. IntelliJ의 캐시에서도 어디서나 검색했습니다 ...

어떻게해야합니까?

답변

0

IDEA의 결함 인 것처럼 보입니다. 모든 글로벌 라이브러리를 삭제하고 필요한 라이브러리를 다시 추가 한 후 컴파일 오류가 사라졌습니다. 너무 나쁨 :(