Category: IDE

코딩할 때 사용되는 개발 툴 (IDE) 관련 카테고리입니다.

IDE

[이클립스 Java Virtual Machine Launcer 오류 해결하기] error: could not create the java virtual machine. error: a fatal exception has occurred. program will exit

이클립스를 실행하거나 혹은 아파치 톰켓 서버를 시작할 때 Java Virtual Machine Launcer 오류가 발생하는 경우가 있습니다. 줄여서 JVM이라고 불리우는데요. 오류 내용은 다음과 같습니다. could not create the java virtual machine. error: a fatal exception has occurred. program will exit JVM...
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) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:375) at org.apache.catalina.core.JreMemoryLeakPreventionListener.lifecycleEvent(JreMemoryLeakPreventionListener.java:350) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)...
error: Content is protected !!