让 etherpad 在 OSX 上启动时启动的最佳方法是什么

发布于 2024-09-16 14:02:40 字数 482 浏览 4 评论 0原文

我认为 launchd 是答案,但使用这个 plist:

http://gist.github.com/553573

我收到此错误:

Exception in thread "main" java.lang.NoClassDefFoundError: net/appjet/oui/main
Caused by: java.lang.ClassNotFoundException: net.appjet.oui.main
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    ...

有什么想法吗?

I think launchd is the answer, but using this plist:

http://gist.github.com/553573

I get this error:

Exception in thread "main" java.lang.NoClassDefFoundError: net/appjet/oui/main
Caused by: java.lang.ClassNotFoundException: net.appjet.oui.main
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    ...

Any ideas?

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

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

发布评论

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

评论(1

爱人如己 2024-09-23 14:02:40

也许是类路径问题?脚本 /usr/local/etherpad/trunk/etherpad/bin/run-local.sh 应该从特定目录(路径)启动。尝试编辑您的副本,在创建子文件夹 data/appjet 之前使用 cd 命令进入正确的文件夹。

Classpath problems perhaps? The script /usr/local/etherpad/trunk/etherpad/bin/run-local.sh is supposed to be started from a specific directory (path). Try editing your copy to start with a cd command to go the right folder just before it creates subfolders data/appjet.

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