본문 바로가기

Web69

[2022.06.04] How to fix error: noverify were deprecated in JDK 13 and will likely be removed in a future release on IntelliJ? [2022.06.04] How to fix error: noverify were deprecated in JDK 13 and will likely be removed in a future release on IntelliJ? Spring 실행 시 에러메시지 발생 2 OpenJDK 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 옵션이 제거되면서 발생하는 오류 해결방법 a. 우측 상단 > ▼ > Edit Configurations b. Alt + .. 2022. 6. 4.
[2022.06.04] How to fix error: invalid source release on IntelliJ? [2022.06.04] How to fix error: invalid source release on IntelliJ? Spring 실행 시 에러 메시지 발생 Execution failed for task ':compileJava'. error: invalid source release: 18 원인 : JDK & project language level 버전이 맞지 않아서 발생 해결 방법 a. IntelliJ > File > Project Structure - language level : SDK default로 변경 (해당 PC 17) b. src > build.gradle - sourceCompatibility = '17' > 컨트롤+쉬프트+Q 또는 Load Gradle Changes 클릭 후 실행 .. 2022. 6. 4.
[2022.05.10] Command VM Automation Env setting on Linux/Mac? 보호되어 있는 글 입니다. 2022. 5. 10.
[2022.05.10] Target VM Automation Env setting on Linux/Mac? 보호되어 있는 글 입니다. 2022. 5. 10.
[2022.05.10] How to install mysql on ubuntu 20.04 ? (+ jdbc plugin) [2022.05.10] How to install mysql on ubuntu 20.04 ? (+ jdbc plugin) MySQL install (ubuntu20.04) a. wget dev.mysql.com/get/mysql-apt-config_0.8.20-1_all.deb b. sudo dpkg -i mysql-apt-config_0.8.20-1_all.deb c. sudo apt-get update d. sudo apt-get install mysql-server sudo apt-get update 실행 시 발생하는 에러 1 (Solve) Err:1 http://repo.mysql.com/apt/ubuntu focal InRelease The following signatures couldn't .. 2022. 5. 10.
[2022.05.10] PF Test Script on Linux(Ubuntu-20.04) ? 보호되어 있는 글 입니다. 2022. 5. 10.