Re: Problem recompiling Jigsaw

It's not enough to just run `java Install'.  What that does is it
customizes the default config files to the path names on your system.
It does not recompile the system.  For that, you need to run `make'.
I recently posted a Makefile to this list that will do all the right
things to recompile Jigsaw with servlets.  If you run the command
`make' with that Makefile, it will tell you the make targets you can
use to rebuild the system.  I've only done this on a Solaris machine
so you may have to tweak it to run elsewhere.  If you don't have a
copy of the Makefile I posted, let me know and I can send you a copy.

Received on Friday, 5 June 1998 17:30:39 UTC