Linux

Could not create the Java Virtual Machine.

Naan 2020. 11. 26. 21:51
320x100

[root@localhost bin]# ./java
<JAVA_HOME>/lib/ext exists, extensions mechanism no longer supported; Use -classpath instead.
.Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

위와 같이 에러 발생시 java 버전 문제 때문이다.

jre 버전과 jdk 버전이 있는데 jre 버전으로 적용하면 정상 작동 된다.

 

320x100