I tried to compile the etherpad in my CentOS 32 bit machine.
I followed all the steps provided in the below link.
http://pauleira.com/13/installing-etherpad/
But I got the below error .... Any one can help me to solve
this...
using JAR fastjar...
unzipping JARs...
making cached JAR....
compiling...
compiling with 'fsc'...
compiling common...
Note: net.appjet.common/util/HttpServletRequestFactory.java
uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: net.appjet.common/util/HttpServletRequestFactory.java
uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Unable to establish connection to compilation daemon
Compilation failed.
With Regards
Chandrasekar P
fsc connects to a compilation daemon and it looks like there could be
a network configuration problem in ur case.
-- Raja
Yes, you are correct. As you said we had problem in this file.
Now we fixed it and compilation done.
With Regards
Chandrasekar P