FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Discussion
   General Processing Discussion
(Moderators: fry, REAS)
   .jar file size
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: .jar file size  (Read 353 times)
bryan
Guest
Email
.jar file size
« on: Feb 12th, 2004, 7:35am »

how can you decrease the file size of a .jar file manually. i know not every class such as BVideo, BSerial, and so on... arent used for every applet. how can i exclude the classes i dont use from the .jar file before or after compiling the code.
 
elout

12747371274737 WWW
Re: .jar file size
« Reply #1 on: Feb 12th, 2004, 3:15pm »

on windows; you can open a jar-file with winzip, and then just delete the selected classes.
 
Euskadi


Re: .jar file size
« Reply #2 on: Apr 15th, 2004, 5:12am »

elout, you made my day...
 
is there a doc that splains what each of the classes is? by trial and error i have deleted all the ones that i can kill without fudging my app.
 
Glen Murphy

WWW Email
Re: .jar file size
« Reply #3 on: Apr 15th, 2004, 7:27am »

I think (this is untested), that you can share one .jar file containing the base classes amoungst several projects (whose classes would be external), too.
 
Probably makes for a faster user experience if viewing multiple projects.
 
Pages: 1 

« Previous topic | Next topic »