gpt4 book ai didi

从 shell 脚本创建时 java 进程创建失败

转载 作者:行者123 更新时间:2023-12-02 08:15:50 25 4
gpt4 key购买 nike

我有一个问题,每当我尝试从 shell 脚本创建 java 进程时,它无法使用我需要添加的类路径创建进程。当我不添加类路径时,Java 进程会正确创建,没有任何异常或问题。

实际上,我有大约 300 个外部 jar,我需要使用并且需要添加所有这些。

大量的 jar 文件或这么长的类路径会导致此问题吗?因为,我在 weblogic 上也遇到过类似的问题,当我在 weblogic 启动文件中添加很长的类路径时,weblogic 无法启动。

谢谢。

最佳答案

在 Java 6 中,您可以使用包含通配符的类路径。

因此,如果您有很多 jar,但只有几个目录,则类路径不需要很长。

http://download.oracle.com/javase/6/docs/technotes/tools/windows/classpath.html

For example, if the directory foo contains a.jar, b.jar, and c.jar, then the class path foo/* is expanded into foo/a.jar;foo/b.jar;foo/c.jar, and that string would be the value of the system property java.class.path.

关于从 shell 脚本创建时 java 进程创建失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6465958/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com