From owner-freebsd-java@FreeBSD.ORG Fri Feb 24 16:09:59 2006 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 1887016A422 for ; Fri, 24 Feb 2006 16:09:59 +0000 (GMT) (envelope-from lists@intricatesoftware.com) Received: from mta7.srv.hcvlny.cv.net (mta7.srv.hcvlny.cv.net [167.206.4.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA27343D86 for ; Fri, 24 Feb 2006 16:09:54 +0000 (GMT) (envelope-from lists@intricatesoftware.com) Received: from [172.16.1.72] (ool-457a77e8.dyn.optonline.net [69.122.119.232]) by mta7.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-4.03 (built Sep 22 2005)) with ESMTP id <0IV7003HG8WHPQJ0@mta7.srv.hcvlny.cv.net> for freebsd-java@freebsd.org; Fri, 24 Feb 2006 11:09:54 -0500 (EST) Date: Fri, 24 Feb 2006 11:09:53 -0500 From: Kurt Miller In-reply-to: To: freebsd-java@freebsd.org Message-id: <200602241109.53318.lists@intricatesoftware.com> MIME-version: 1.0 Content-type: text/plain; charset=windows-1251 Content-transfer-encoding: 7BIT Content-disposition: inline References: User-Agent: KMail/1.9.1 Subject: Re: java 15 ,javax.sound no TargetDataLine X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: kurt@intricatesoftware.com List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Feb 2006 16:09:59 -0000 Hi, This will be fixed with patchset 3 in a few weeks. -Kurt On Thursday 23 February 2006 9:41 am, Georgi wrote: > Hi , > > in java 15 (Java(TM) 2 Runtime Environment, Standard Edition (build > 1.5.0-p2-root_14_feb_200 6_00_10)) > i'm not able to get TargetDataLine it's works with java 1.4(Java(TM) 2 > Runtime Environment, Standard Edition (build > 1.4.2-p8-root_22_feb_2006_23_14)) and linux java 1.4 and 1.6 beta > > output with java1.5 > > > interface SourceDataLine supporting 8 audio formats > Exception in thread "main" java.lang.IllegalArgumentException: No line > matching interface TargetDataLine is supported. > at javax.sound.sampled.AudioSystem.getLine(AudioSystem.java:459) > at TestDataLine.main(TestDataLine.java:11) > > > > output with java1.4 ,linux java 1.4 and 1.6 > > > interface SourceDataLine supporting 8 audio formats > interface TargetDataLine supporting 72 audio formats > > osversion FreeBSD 6.1-PRERELEASE > > I'm not sure if this is only in my environment > > georgi > _______________________________________________ > 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" >