Re: Reducing size of sable vm for ipaqs

Kim Fredenberg <[email protected]> Tue, 10 May 2005 20:37:06 +0300
Newsgroups gmane.comp.java.vm.sablevm.general
Message-ID <[email protected]>
Vinod wrote:
> Hi. I was trying to install sable vm on my ipaq. But
> undfortunately i run out of memory when i unpack the
> class libraries. my sd card is of no use as linux does
> not recognize sd cards. Is there anyway i can get
> sable vm running in my situation? are all the class
> libraries needed? all i intend to do is some java
> socket programming between my two ipaqs running on
> familiar linux v0.8.2. Any alternate vm with a small
> size? 
> Would appreciate any pointers or suggestions. 
> 
> Vinod
> 

Hello!

I guess you could just extract the libclasspath.jar (on your desktop)
and remove all the classes you don't need and than put it back into a
jar. You probably will not need javax and java.awt etc.

I have the same problem with space limitations and thought about doing
this, just didn't find the time to try it out yet. :)

Kim