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
Diomidis Spinellis. Tool writing: A forgotten art?. IEEE Software, 22(4):9-11, July/August 2005. (doi:10.1109/MS.2005.111)
Contents | « Previous Next (Contributors) » |