This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Nanogoat


Hi,

I am trying to play around with Nanogoat just to see if I can get it to work with a trivial little program. I am not sure how to get it to work. I've done the following, which seems to compress my libgcj.jar. I am not sure if this the right thing to do. If it is, then how to I compile my actual program against this new version of the library? I also seem to get some array out of bounds exceptions near the top of the list of things that are printed out by the program...

%java org.ibex.util.NanoGoat /usr/share/java/libgcj-3.2.2.jar < CompressorServer.class Compressor.class CompressorServer$CompressorWorkerThread.class FileUtils.class IOPoint.class IOPointRecord.class LEDataInputStream.class Packet.class PacketHeader.class

%ls -al /usr/share/java/
total 2928
-rw-r--r-- 1 root root 2904032 Feb 24 2003 libgcj-3.2.2.jar
-rw-r--r-- 1 root root 73661 May 20 16:38 libgcj-3.2.2.jar.pruned





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]