/usr/java/bin/java_g
[
options
]
classname
[
args
]
Solaris only. java_g
is the nonoptimizing version of the Java interpreter. It is intended for use with a Java debugger, such as jdb
. Otherwise, it accepts the same options and works the same as java
. See the entry for java
for more information.