compiling: java.io.IOException error
Buick, Robert
kaffe@rufus.w3.org
Wed, 19 Aug 1998 16:45:55 +0100
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------ =_NextPart_000_01BDCB87.494595C4
Content-Type: text/plain
<<runjavac.bat>>
please find attached .bat file to be run from a dos promtp to set up the
path and classpath so that they will run from cygwin. Once I get the
pizza compiler running I'll send you the info.
Rob.
P.S. setting the environmental variables from cygwin is broken, or never
worked on NT and I've just installed everything on a 95 box and ditto.
Can you set environmental variables from within cygwin? To test if it
has set one, type 'echo $<name>' e.g. 'echo $FOO', it should return
whatever you set it to, not a blank line.
> -----Original Message-----
> From: f.lemoine@lemel.fr [SMTP:f.lemoine@lemel.fr]
> Sent: Wednesday, August 19, 1998 1:53 PM
> To: kaffe@rufus.w3.org
> Subject: compiling: java.io.IOException error
>
> I am trying to compile HelloWorldApp.java and I obtain this error:
>
> [/s-test]javac HelloWorldApp.java
> error: java.io.IOException: read error
> 1 error
> [/s-test]
>
> The IOException.class exits in Klasses.jar and my CLASSPATH seems to
> be
> good...
>
> Do you have any idea about this error, I am working on Win95.
>
> Thanks
>
> F.Lemoine
------ =_NextPart_000_01BDCB87.494595C4
Content-Type: application/octet-stream;
name="runjavac.bat"
Content-Disposition: attachment;
filename="runjavac.bat"
@ECHO OFF
set CLASSPATH=.;c:/jdk1.1.6/lib/Classes.zip
set PATH=c:\jdk1.1.6\bin;c:\kaffe-snap\kaffe\kaffe;%PATH%
bash
------ =_NextPart_000_01BDCB87.494595C4--