Trevor
I'd like to use classpath on an embedded system, but the glibj.zip
file is too big. Many of the packages I don't need, such as java.awt
and all of javax (including the gnu.* counterparts to those
packages). Is there some way of configuring classpath so that it
doesn't build and install these non-essential packages? Currently I'm
working around the problem by manually deleting files using "zip -
d ..." and was hoping for a better way. Thanks,
- Minimizing glibj.zip size Trevor Harmon
- Re: Minimizing glibj.zip size Tom Tromey
- Re: Minimizing glibj.zip size Mario Torre
- Re: Minimizing glibj.zip size Trevor Harmon
- Re: Minimizing glibj.zip size Tom Tromey
- Re: Minimizing glibj.zip size Paul Jenner
- Re: Minimizing glibj.zip size Tom Tromey