【发布时间】:2010-08-27 15:26:33
【问题描述】:
我认为 launchd 是答案,但使用这个 plist:
我收到此错误:
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)
...
有什么想法吗?
【问题讨论】:
-
plist中引用的
/usr/local/etherpad/trunk/etherpad/bin/run-local.sh的内容是什么?? -
嗨 - 这是与默认安装捆绑在一起的启动脚本:这里的内容:gist.github.com/554102