Problems running local copy of etherpad
Posted
by alpgs
on Stack Overflow
See other posts from Stack Overflow
or by alpgs
Published on 2010-04-03T23:35:21Z
Indexed on
2010/04/03
23:43 UTC
Read the original article
Hit count: 296
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.
© Stack Overflow or respective owner