From owner-freebsd-java Sat Sep 2 13:25:41 2000 Delivered-To: freebsd-java@freebsd.org Received: from swan.prod.itd.earthlink.net (swan.prod.itd.earthlink.net [207.217.120.123]) by hub.freebsd.org (Postfix) with ESMTP id 47B4437B422 for ; Sat, 2 Sep 2000 13:25:39 -0700 (PDT) Received: from has.podunk.net (ip140.stamford13.ct.pub-ip.psi.net [38.32.21.140]) by swan.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id NAA28866 for ; Sat, 2 Sep 2000 13:25:37 -0700 (PDT) From: "Edward W. Akeyson" To: FreeBSD-java@FreeBSD.org Subject: Fwd: JAVA CommAPI Date: Sat, 2 Sep 2000 16:25:11 -0400 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <00090216253600.53727@has.podunk.net> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ---------- Forwarded Message ---------- Subject: JAVA CommAPI Date: Sat, 2 Sep 2000 14:37:10 -0400 From: Edward W. Akeyson I am having some trouble compiling the FreeBSD CommAPI on FreeBSD 4.1-stable. I have JDK 1.1.8 installed and the Solaris x86 CommAPI installed. This is the error that I am getting. I have made a few changes to the Makefile for directory locations, but nothing else major. Do you have any ideas on this? has 220 2:36pm /home/ewa/FreeBSD_CommAPI # gmake cd src;\ /usr/local/jdk1.1.8/bin/javac ../src/org/freebsd/io/comm/FreebsdDriver.java -d ../obj ../src/org/freebsd/io/comm/FreebsdDriver.java:98: Class org.freebsd.io.comm.FreebsdSerial not found in type declaration. return new FreebsdSerial( portName ); ^ 1 error gmake: *** [obj/org/freebsd/io/comm/FreebsdDriver.class] Error 1 has 221 2:38pm /home/ewa/FreeBSD_CommAPI # ------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message