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: 267

Filed under:
|

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

Related posts about java

Related posts about etherpad