运行 etherpad 本地副本时出现问题
尝试执行 etherpad/bin/run-local.sh 时收到以下消息:
Exception in thread "main" java.lang.NoClassDefFoundError: net/appjet/oui/main
我创建了 CLASSPATH 变量,
export CLASSPATH="/home/user/src/etherpad/trunk/infrastruct/build"
但这也没有帮助。虽然我可以清楚地看到 build
目录中的 net/appjet/oui 包。
I get the following message when trying to execute etherpad/bin/run-local.sh:
Exception in thread "main" java.lang.NoClassDefFoundError: net/appjet/oui/main
I created CLASSPATH variable,
export CLASSPATH="/home/user/src/etherpad/trunk/infrastructure/build"
but that didn't help either. Although I can clearly see net/appjet/oui package in the build
directory.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来已经解决了:
http:// groups.google.com/group/etherpad-open-source-discuss/browse_thread/thread/2d877d1b585e159c
Looks like this has been figured out:
http://groups.google.com/group/etherpad-open-source-discuss/browse_thread/thread/2d877d1b585e159c