|
|
opjc - version of javac that supports the OPJ class evolution system
opjc compiles Java programs.
SYNOPSIS
opjc [ options ] filename.java ]
DESCRIPTION
opjc is an extended variant of the standard javac compiler which, in addition
to normal javac functionality,
-
supports user-defined instance conversion as part of the OPJ evolution
system opjsubst.
-
supports the functionality of opjsubst, i.e. after compilation substitutes
those of the recompiled Java classes that have older versions in the persistent
store.
It supports all the options and arguments of both javac and opjsubst, including
the ability to set the name of the store to be used to locate the versions
of the classes that are being evolved.
OPTIONS
All the standard javac and
opjsubst
options.
The following options are the same for javac and opjsubst. This is how
they are handled in opjc.
-
-classpath path
-
is used by both compiler and substituter components of opjc.
-
-verbose
-
results in both the compiler and the substituter producing verbose messages.
If you want only one component to give verbose messages, use -Cverbose
or -Sverbose, respectively, instead.
Questions and comments to
forest-info@sunlabs.com
|