From owner-freebsd-java@FreeBSD.ORG Thu Jul 21 07:08:05 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66BD016A41F for ; Thu, 21 Jul 2005 07:08:05 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (matrix.gatewaynet.com [217.19.69.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72C6843D46 for ; Thu, 21 Jul 2005 07:08:03 +0000 (GMT) (envelope-from achill@matrix.gatewaynet.com) Received: from matrix.gatewaynet.com (localhost.localdomain [127.0.0.1]) by matrix.gatewaynet.com (8.12.8/8.12.8) with ESMTP id j6L6uQmj002143; Thu, 21 Jul 2005 09:56:27 +0300 Received: from localhost (achill@localhost) by matrix.gatewaynet.com (8.12.8/8.12.8/Submit) with ESMTP id j6L6uQl6002139; Thu, 21 Jul 2005 09:56:26 +0300 Date: Thu, 21 Jul 2005 09:56:26 +0300 (EEST) From: Achilleus Mantzios To: madrus@bobcpp.co.id In-Reply-To: <1241.10.255.6.211.1121919982.squirrel@webmail.bobcpp.co.id> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-7 Content-Transfer-Encoding: 8BIT Cc: freebsd-java@freebsd.org Subject: Re: How to install JDK 1.4 on FreeBSD 5.4 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jul 2005 07:08:05 -0000 O madrus@bobcpp.co.id έγραψε στις Jul 21, 2005 : > Sorry, i am newbie in Java FreeBSD, > I don't understand how to install JDK 1.4 on FreeBSD 5.4, > any body can help me ??? i try to install like Linux Installation > but for Serial Communication still problem. > Error message like this: So you installed javacomms??? Try to 1) install jdk14 from ports like other people have told you 2) # cd /usr/ports/comms/java-commapi-freebsd/ # make install In contrast to Linux, FreeBSD native JavaComms work like a charm. Let us know the outcome of your effort. > ------------------------------- > Exception in thread "main" java.lang.UnsatisfiedLinkError: deviceOpen > at org.freebsd.io.comm.FreebsdSerial.deviceOpen(Native Method) > at org.freebsd.io.comm.FreebsdSerial.(FreebsdSerial.java:115) > at org.freebsd.io.comm.FreebsdDriver.getCommPort > (FreebsdDriver.java:111) > at javax.comm.CommPortIdentifier.open(CommPortIdentifier.java:627) > at SerialModule.initConnection(SerialModule.java:86) > at SerialThread.(SerialThread.java:23) > at GSerialPro.main(GSerialPro.java:35) > -------------------------------- > Thanks before. > > Said Madrus > Java FreeBSD Newbie > > > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" > -- -Achilleus