Creating the netlet descriptor

Using jtrixmaker to create our netlet descriptor we need to tell it:

Now here's how we run jtrixmaker. Notice that have the hello-warrant.xml ready for when we run the netlet.


% ls
hello-warrant.xml  hello3.jar
% jtrixmaker -type netlet -outfile hello3-client.xml \
     -jardirs /usr/lib/jtrix . -jars facets1.jar libjtrix.jar hello3.jar \
     -classname org.jtrix.project.helloworld.Hello3Client
% ls
hello-warrant.xml  hello3-client.xml  hello3.jar
% 

Nik Silver 2002-03-09