Hello,
my suggestion for the produced vncviewer.jar file is to add a minifest
file like this (between
the two ### line, the last empty line is needed) :
##################### file: manifest ################
Manifest-Version: 1.0
Created-By: 1.4.0 (Sun Microsystems Inc.)
Main-Class: vncviewer
#################################################
and to change the makefile like this:
vncviewer.jar: $(CLASSES)
jar cmf manifest $@ $(CLASSES)
this gives you the ability to call the vncviewer by java -jar vncviewer.jar
Bye
Christian
_______________________________________________
VNC-List mailing list
[EMAIL PROTECTED]
http://www.realvnc.com/mailman/listinfo/vnc-list