This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Runtime issue finding external drivers


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
> 
>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]