Author: 똘켓

Front-End

Vue.js 개발 환경 설정방법

Vue.js 프론트엔드 개발 환경 설정방법 1.     Node.js 설치(https://nodejs.org/ko/) -LTS 버전으로 설치 2.     Nodejs 설치가 후 명령프롬프트창(cmd)에서 node –v 명령어를 실행하여 설치...
IDE

[eclipe]이클립스 톰켓 서버 시작시 SEVERE: Failed to trigger creation of the GC Daemon thread during Tomcat start to prevent possible memory leaks. This is expected on non-Sun JVMs. 오류 해결하기

1. java.lang.ClassNotFoundException: sun.misc.GC 오류 이클립스에서 톰켓 서버를 시작할 때 아래와 같은 오류가 발생하는 경우 있어요. SEVERE: Failed to trigger creation of the GC Daemon thread during Tomcat start to prevent possible memory leaks. This is expected on non-Sun JVMs. java.lang.ClassNotFoundException: sun.misc.GC at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:433) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:586) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:519)...