-
Etherpad CentOS installation
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.
Related posts:
- fsc Could not connect to compilation daemon in CentOS Trying to install etherpad on CentOS and I ran into...
- CentOS Netinstall 5.4 ISO installation Iv’e had to install CentOS 10+ times today and I...
- Etherpad fails with Cannot Allocate memory Java likes memory. VPS has some serious issues with this....
- Configure Etherpad Pro AFTER installation So you have Etherpad installed and working? Now you want...
- 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”...
