Runtime issue finding external drivers
George Palmer
george.palmer@gmail.com
Tue Oct 26 13:38:00 GMT 2004
I fixed this by altering the source code of CommPortIdentifier to look
in the current directory for the javax.comm.properties rather than
java_home. It's not perfect but will suffice for now!
George
On 2004年10月26日 12:33:28 +0100, Chris Burdess <dog@bluezoo.org> wrote:
> George Palmer wrote:
> > 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?
>> Have you tried putting javax.comm.properties in that location?
> --
> Chris Burdess
>
More information about the Java
mailing list