Bug 2307

Summary: Unable to compile Jserv 1.0b3 with kaffe
Product: [Retired] Red Hat Linux Reporter: Jaroslaw Sosnicki <slavko>
Component: kaffeAssignee: Cristian Gafton <gafton>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0CC: slavko
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-06-17 20:17:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jaroslaw Sosnicki 1999-04-21 07:34:47 UTC
When I tryed to compile Apache Jserv 1.0b3 I am getting
folowing errors:
Making all in java
make[2]: Entering directory
`/u00/apache/Apache-JServ-1.0b3/src/java'
/usr/bin/jar -0cvf Apache-JServ.jar
./org/apache/java/io/*.class ./org/apache/java/lang/*.class
./org/apache/java/net/*.class
./org/apache/java/security/*.class
./org/apache/java/util/*.class ./org/apache/jserv/*.class
java.lang.NoClassDefFoundError: sun/tools/jar/Main
	at java.lang.Throwable.<init>(Throwable.java:40)
	at java.lang.Error.<init>(Error.java:21)
	at java.lang.LinkageError.<init>(LinkageError.java:21)
	at
java.lang.NoClassDefFoundError.<init>(NoClassDefFoundError.java:21)
make[2]: Leaving directory
`/u00/apache/Apache-JServ-1.0b3/src/java'

Looks like something is missing...

Bug?

Comment 1 Bill Nottingham 1999-04-21 15:37:59 UTC
what version of kaffe?

Comment 2 Anonymous 1999-04-21 20:40:59 UTC
kafe-1.0.b4-2.i386.rpm

Comment 3 Bill Nottingham 1999-06-17 20:17:59 UTC
AFAICT, JServ requires a JDK based off of Sun JDK source
(either Sun's JDK, the Blackdown one, etc...)