For compilation to work we need these JARs on our classpath:
- jtrix.jar which defines INetlet etc.
- facets1.jar which contains IBootstrapFacet and IInputStream.
- libjtrix.jar because we use its utility classes FacetInputStreamWrapper
and NullService. Recall we also used the NullService
in Hello1Client, and for the same job.
We'll put our Hello3Client into hello3.jar along with
IHelloFacet. As usual we don't need a manifest in this JAR.
Nik Silver
2002-03-09