Rookie HTTP question

Hi

I have only recently started to use Jigsaw so please excuse if this is an
incredibly stupid question.

I first ran a Jigsaw server on a unix box and wrote a resource which as
part of the code included the line

Reply.reply = request.makeReply(HTTP.OK);

Everything worked fine but we decided that we might want to use Jigsaw in
a Win95 type environment so I downloaded the relevant zip file and tried
to recompile the resource.

It would not compile and came back with an error relating to
the HTTP.OK being undefined.

After a bit investigation it turns out that the HTTP.java file containing
the HTTP interface under the Unix version of Jigsaw comes in package
w3c.jigsaw.http while under Win95 it comes in package w3c.www.http and it
isnt found when searching classpath.

Have i read this correctly or have i missed something very basic

cheers

-John



 
                                ~ ~
                                o o 
 ___________________________ooO_(_)_Ooo___________________________________
 |__ John Liddle ____|____|____|____|__ email:johnl@icbl.hw.ac.uk |____|__|
 |__ Learning Technology Centre |___|_  http://www.icbl.hw.ac.uk/~johnl __|  
 |__ Heriot-Watt University  |____|___  phone 0131 451 3281      _|____|__| 
 |____|____|____|____|____|____|____|____|____|____|____|____|____|____|__| 
 

Received on Wednesday, 29 January 1997 07:04:52 UTC