Couple things:
-- Seems faster to me
-- Works with Classpath
-- When compiling, I type make, then make install. make seems to make
everything, but make install rebuilds a number of source files for some
reasons. (class.c and system.c are in there I think. I didn't log it).
Any ideas why this is? It leaves lots of root owned objs in my
directory I'd rather not have.
-- Why is japhar no longer using GNU getopt? This causes unexpected
option parsing behavior. For example: japhar --classpath foo:bar:baz
is not allowed. The --classpath=foo:bar:baz style is required. Also
GNU getopt allows a single - for long options where they don't
conflict with short ones (if you use it right). This would make
-classpath foo:bar:baz work and give you commandline compatibility
with the Sun java interpreter.
--
Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/