RE: JApplet .jar compression?

2008-02-15 Thread Marc-Wayne M. Formales
, 12 Feb 2008 07:22:17 -0800From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Re: JApplet .jar compression?Good point! It makes the build more complex, but it's definitely a workable solution.Mark On Feb 11, 2008 11:22 PM, Jeremias Maerki [EMAIL PROTECTED] wrote: Ok, but you're talking about the app

Re: JApplet .jar compression?

2008-02-12 Thread Mark Fortner
PROTECTED]: batik-users@xmlgraphics.apache.org; [EMAIL PROTECTED]: Re: JApplet .jar compression?If you could upgrade to 1.5 or 6 then you'd be able to take advantage of Pack200 compression.Regards,Mark On Feb 8, 2008 3:45 PM, Marc-Wayne M. Formales [EMAIL PROTECTED] wrote: Hi, I'm running

RE: JApplet .jar compression?

2008-02-11 Thread Marc-Wayne M. Formales
Mark Thanks, but unfortunately BEA Weblogic 8.1 does not support Java 1.5 or above. :(Regards, Marc Date: Sun, 10 Feb 2008 22:05:09 -0800From: [EMAIL PROTECTED]: batik-users@xmlgraphics.apache.org; [EMAIL PROTECTED]: Re: JApplet .jar compression?If you could upgrade to 1.5 or 6 then you'd

Re: JApplet .jar compression?

2008-02-11 Thread Jeremias Maerki
, but unfortunately BEA Weblogic 8.1 does not support Java 1.5 or above. :(Regards, Marc Date: Sun, 10 Feb 2008 22:05:09 -0800From: [EMAIL PROTECTED]: batik-users@xmlgraphics.apache.org; [EMAIL PROTECTED]: Re: JApplet .jar compression?If you could upgrade to 1.5 or 6 then you'd be able to take

Re: JApplet .jar compression?

2008-02-11 Thread Mark Fortner
-- Date: Sun, 10 Feb 2008 22:05:09 -0800 From: [EMAIL PROTECTED] To: batik-users@xmlgraphics.apache.org; [EMAIL PROTECTED] Subject: Re: JApplet .jar compression? If you could upgrade to 1.5 or 6 then you'd be able to take advantage of Pack200 compression. Regards, Mark On Feb 8, 2008 3:45

JApplet .jar compression?

2008-02-08 Thread Marc-Wayne M. Formales
Hi, I'm running my applet through some performance testing and noticing that the download times over the network are quite long. The jar file is already compressed via Java and is around 3MB. Do you guys know of some techniques I could use to compress the jar even further and/or improve