최대 1 분 소요

2022-06-28

sub2[15-Exception in thread "sub2" java.util.IllegalFormatConversionException: d != java.lang.String
System.out.printf("%s[%d-%d]:%s\n", th.getName(), th.getId(), builder.toString()); 

4개 인데 3개만 해서 에러가 나왔다 아래로 바꿔준다

System.out.printf("%s[%d-%d]:%s\n", th.getName(), th.getId(),++index, builder.toString());

 

2022-07-06

1.메이븐 pom.xml 안열리는 사태가 발생하였다

m2 삭제 후 다시 maven install을 하고 https://download.eclipse.org/tm4e/snapshots/ 따라하니 바로 되었다

 

2022-07-07

1.The type org.springframework.beans.BeansException cannot be resolved. It is indirectly referenced from required .class files

빌드 path도 실행해보고 jdk도 삭제해봤는데 안되서 maven 레파지토리 삭제도 해봤는데 안되서 소스코드 다시 만듬

 

2.Class File Editor Source not found

자바소스를 메이븐으로 컴파일 하여 서버에 올릴때 java-> class 파일로 바뀌는게 컴파일

반대로 class -> java로 바꾸는것이 디컴파일

 

해결방법

eclipse marketpalce에서 decompile 입력해서 다운 받아준다

 

3.과(와) 연관된 “p:kor” 속성의 “p” 접두어가 바인드되지 않았습니다.

아래 네임 스페이스 설정 안해줘서 나옴

 

4.pt:org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [java.util.Arraylist] for bean with name ‘exams’ defined in class path resource [spring/di/setting.xml]; nested exception is java.lang.ClassNotFoundException: java.util.Arraylist

 

Arraylist-> ArrayList로 변경하니까 해결댐

카테고리:

업데이트:

댓글남기기