AW: Static ints being cached 2004-01-08 - By SH Solutions
Back Hi
> I cannot recompile the whole app everytime I change constant values.
This is the problem.
public final static ints are not referenced by the compiler but placed inside the class files as constants as far as I know. Therefor, the value is in every class file which uses those.
After all, this is NO issue of tomcat, this is an issue of the java compiler.
cu Steffen
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|