IDE(2)
-
Intellij - VM warning
오류 메시지 Java HotSpot(TM) 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release. 해당 경고는 JDK13에서 -Xverify:none와 -noverify 옵션이 제거되면서 발생하는 오류라고한다. 관련 오류 내용 : JDK-8214719 : Deprecate -Xverify:none option 아래 옵션 체크 해제
2021.11.20 -
ECLIPSE CODE TEMPLATE 적용
코드 템플릿 : 형식에 맞는 주석을 자동으로 생성(shift + alt + j) 1. eclipse 상단 메뉴 – Window – Preferences 2. template 검색 – Java – Code Style – Code Templates 코드 템플릿.xml 파일을 import 하고 적용
2020.12.10