Wayne Beaton wrote: > I noticed that the source is included in the JRE. Is this > necessary/desireable?
it is unnecessary if you are just running programs, and probably undesirable to include source and debug info in a JRE -- but we don't differentiate between a JRE build and a JDK build at the moment (only during the packaging stage). That's certainly a reasonable refinement. (I'll raise a JIRA unless you beat me to it) Regards, Tim
