JVMXM008:在线程“main”中初始化 System ClassException 时发生错误无法创建 Java 虚拟机

发布于 2024-08-05 19:18:20 字数 479 浏览 8 评论 0原文

我无法在特定文件夹中执行 java 命令,抛出如下错误

JVMXM008: Error occured while initialising System ClassException in thread "main" Could not create the Java virtual machine.

对于同一用户,我可以在主目录中运行 java,但无法在应用程序配置目录中运行。

echo $JAVA_HOME
/usr/java14

java -version
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca142-20080515 (SR11) (JIT enabled: jitc))

I am unable to execute the java command in a specific folder , throwing error as below

JVMXM008: Error occured while initialising System ClassException in thread "main" Could not create the Java virtual machine.

With same user, I am able to run java in home directory but I am not able to run in application config directory.

echo $JAVA_HOME
/usr/java14

java -version
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca142-20080515 (SR11) (JIT enabled: jitc))

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夏天碎花小短裙 2024-08-12 19:18:20

您似乎在“特定文件夹”中没有适当的权限来访问启动 JVM 所需的资源。您要么需要获得权限(首选),要么以 root 身份运行。

It appears that you do not have appropriate permissions in the 'specific folder' to access resources needed to start the JVM. You either need to get permissions(preferred) or run as root.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文