• Etherpad CentOS installation

    Date: 2010.03.09 | Category: centos, etherpad

    Nuba has written a fantastic guide for installing Etherpad onto CentOS – I recommend you follow that before reading this.

    My problem is that the JAR wouldn’t compile on my box.

    I ran into a problem, my box wouldn’t let me use fsc (Fast Scala Compiler) so I had to change the fsc references to use scalac(Scala Compiler) then I could compile the JAR.  I also had to use JAR instead of FastJAR

    This isn’t a guide as such, just an overview of how I fixed the problems I had.

    Report This Post

    Related posts:

    1. fsc Could not connect to compilation daemon in CentOS Trying to install etherpad on CentOS and I ran into...
    2. CentOS Netinstall 5.4 ISO installation Iv’e had to install CentOS 10+ times today and I...
    3. Etherpad fails with Cannot Allocate memory Java likes memory.  VPS has some serious issues with this....
    4. Configure Etherpad Pro AFTER installation So you have Etherpad installed and working? Now you want...
    5. Etherpad build fails fsc Exception in thread “main” java.lang.NoClassDefFoundError: scala/tools/nsc/CompileClient Etherpad build fails with output: fsc Exception in thread “main”...