View Single Post
  #9 (permalink)  
Old March 30th, 2002
Unregistered
Guest
 
Posts: n/a
Default

OK, one more time. I am going to register here in a minute so I can do this better. Anyway, I got it to start compiling!!! YEAH!!!!
It had some errors, kept going, but in the end it failed (says so). Here is the only part of the dos console left to copy:
=============================

[javac] D:\LimeWire\Build\limewire\core\com\limegroup\gnut ella\chat\InstantM
essenger.java:0: inner class com.limegroup.gnutella.chat.InstantMessenger. Messa
geReader:void run()@sun.tools.java.CompilerError: invalid lhs
[javac] package com.limegroup.gnutella.chat;
[javac] ^
[javac] D:\LimeWire\Build\limewire\core\com\limegroup\gnut ella\routing\Stati
sticsRecorder.java:46: Class com.limegroup.gnutella.routing.HashMap not found in
type declaration.
[javac] private static HashMap statistics = new HashMap();
[javac] ^
[javac] D:\LimeWire\Build\limewire\core\com\limegroup\gnut ella\routing\Stati
sticsRecorder.java:46: Class com.limegroup.gnutella.routing.HashMap not found in
type declaration.
[javac] private static HashMap statistics = new HashMap();
[javac] ^
[javac] 4 errors
(method access$4 (MessageReader.this#1710512.this$0))

BUILD FAILED

D:\LimeWire\Build\limewire\core\build.xml:43: Compile failed, messages should ha
ve been provided.

Total time: 43 seconds
Reply With Quote