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,

Trevor


Reply via email to