When I try to compile JServ on Linux with Apache 1.3.9 I get problems when the Java code starts to compile. It seems like the src package I downloaded (from the JServ project) has an incorrect version of JServConnection.java. The compiler whinges about several interfaces that have not been implemented and also that the class should be abstract. It also whinges about JServ.java when it tries to instantiate JServConnection. The issue here is instantiation of an abstract class. The JDK is fully functional with other programs such as JCVSII, JSWDK and NetBeans Gandalf running. JDK is Blackdown 1.2 pre V2 Apache is 1.3.9 Linux is Caldera Open Linux 2.3 JServ is 1.1b2 Machine is PIII 450 with 256Mb RAM JSWDK 1.0.1 Thanks in advance
Title: Compile Errors with JServ.java and JServConnection.java