Compiling a Jtrix application is just a normal Java compile, but it's important to put our compiled classes, both Hello1Client and IHelloFacet, into a JAR.
In this case compilation requires two JARs to be on our classpath:
In general our Jtrix code will of course consist of many classes and perhaps other files, but after compilation they should all be bundled up into one or more JARs. Having the JARs enables our application to be moved from node to node.
Nik Silver 2002-03-09