static final
fields, and these do not
take part in the calculations.
You may want to consult the disassembled code
(using a command like javap -c -private
to see
what elements ckjm takes into account.
java.lang.ClassNotFoundException: Exception while looking for
class
javax.servlet.http.HttpServlet: java.io.IOException:
Couldn't find: javax.servlet.http.HttpServlet.class
To solve this problem you must explicitly setup the
java.ext.dirs
property pointing to a directory containing
the jar files where ckjm can locate those classes.
Example:
java -Djava.ext.dirs=lib -jar ckjm-1.8.jar *.class
Contents | « Previous Next (Contributors) » |