On Sat, 23 Aug 2003 14:32:42 -0400, "Blah Blah" <>
wrote or quoted :
>i'm writing an applet which is growing a little out of control, and i'm
>trying to cut down on the size of the final applet without reducing
>functionality. is there a way to strip all excess symbols out of the applet
>at compile time, or munge the internal names so that they're shorter?
>coming from a C++ background, i have all of these nice, long explanatory
>names for my constants - which end up taking an absurd amount of space.
You can do obfuscation which will prune it somewhat.
see
http://mindprod.com/jgloss/obfuscator.html
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See
http://mindprod.com/jgloss/jgloss.html for The Java Glossary.