如何将 Caucho Resin 的 Java 类路径配置到系统的库目录

发布于 2024-07-05 16:14:22 字数 128 浏览 6 评论 0原文

我有一个文件夹“/var/unity/conf”,其中包含一些属性文件,我希望 Caucho 的 Resin JVM 在类路径中包含该目录。

修改resin.conf以便Resin知道将此目录添加到类路径的最佳方法是什么?

I have a folder, '/var/unity/conf' with some properties files in it, and I'd like the Caucho's Resin JVM to have that directory on the classpath.

What is the best way to modifiy resin.conf so that Resin knows to add this directory to the classpath?

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

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

发布评论

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

评论(2

树深时见影 2024-07-12 16:14:22

cd %RESIN_HOME%/lib | 目录
ln -s /var/unity/conf/....

cd %RESIN_HOME%/lib |
ln -s /var/unity/conf/....

我纯我任性 2024-07-12 16:14:22

对于 Resin 3.1.6 及更高版本,使用

<server-default>
    ...
    <jvm-classpath>/var/unity/conf/...</jvm-classpath>
    ...
</server-default>

(我知道,游戏已经很晚了,我自己正在寻找这个问题的答案,并在这里找到了这篇文章以及解决方案,所以我想我会添加回集体)。

With Resin 3.1.6 and above, use

<server-default>
    ...
    <jvm-classpath>/var/unity/conf/...</jvm-classpath>
    ...
</server-default>

(I know, very late to the game, I was searching for the answer to this myself and found this post here, as well as the solution, so thought I'd add back to the collective).

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