javac switch question
Michael R. Harper
mikihasa@worldnet.att.net
Fri, 20 Feb 1998 05:37:11 -0500
I am attempting to compile a cryptography package. The build file wants
to use the following javac command line:
javac -J-ms2m
Does anyone know what this might be trying to do?
Kaffe doesn't like the -J switch at all:
javac: invalid flag: -J
use: javac [-g][-O][-debug][-depend][-nowarn][-verbose][-classpath
path][-nowrite][-deprecation][-d dir][-J<runtime flag>] file.java...
even though it is in the help information displayed above.
Sincerely,
Michael R. Harper
mikihasa@worldnet.att.net