Tyler wrote:
The entire contents of the script that is supposed to start everything is:
jre -cp arlequin.jar -cp swingall.jar arlequin.ArlequinApp
The double "-cp" (CLassPath) options looks dodgy to me. I thought you
could only have one "cp" option (but that one option could have a number
of entries in it).
You could try changing it to:
java -cp arlequin.jar:swingall.jar arlequin.ArlequinApp
or possibly
java -jar arlequin.jar
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]