This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Runtime issue finding external drivers
- From: George Palmer <george dot palmer at gmail dot com>
- To: Chris Burdess <dog at bluezoo dot org>
- Cc: tromey at redhat dot com, java at gcc dot gnu dot org
- Date: Tue, 26 Oct 2004 11:48:18 +0100
- Subject: Re: Runtime issue finding external drivers
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=eSMpDSVf4LQqX0mJPcpWr5qE7++xnXxr8QLVjn3DIMZsYcsv1fBHsHBnm6SRGx3pB/Y4Cjckdrel7bDcledP64Kx054rvp+GDGpSHvl1HMi4gBCNdDET8isFRomQJ95wc/vGtHiDoBAs11uiXN8dKRdIEFfQ+QepywFoWlwlFsw=
- References: <f83050bf04102510252c8a6cae@mail.gmail.com> <m3u0sillcw.fsf@localhost.localdomain> <20479018-26C3-11D9-9A49-000D934FF4B2@bluezoo.org>
- Reply-to: George Palmer <george dot palmer at gmail dot com>
OK that sort of works, but I now get a new error:
java.io.FileException:
\datal\gcc\build\wingcc\lib\javax.comm.properties: The system cannot
find the path specified.
I am compiling by the ant code
<exec executable="gcj" dir="${comm_source_dir}">
<arg value="-g0"/>
<arg value="-c"/>
<arg line="--resource=javax.comm.properties"/>
<arg line="-o ${resource_file}.o"/>
<arg value="lib/javax.comm.properties"/>
</exec>
Which clearly doesn't work so any ideas?
Cheers,
George
On Mon, 25 Oct 2004 21:19:08 +0100, Chris Burdess <dog@bluezoo.org> wrote:
> Tom Tromey wrote:
> > FWIW the free version of javax.comm I know
> > of is RXTX: http://www.rxtx.org/. Maybe that is helpful.
>
> The free version of CommAPI is part of the ClasspathX project; there
> isn't an official release yet but the prerelease package is:
>
> http://ftp.gnu.org/gnu/classpathx/comm-20040420.tar.gz
>
> This is designed to work with the comm drivers supplied in RXTX 2.0.
> --
> Chris Burdess
>
>