Re: [Rabbit-proxy-users] Installation problem
Brought to you by:
ernimril
From: Z F <mai...@ya...> - 2003-01-04 01:29:58
|
Hello Robert > > jmake produces the following errors: > > its better to use the Makefile "make everything" should be the right > thing for jdk/1.1. "make code" when you have changed one or a few of > the .java-files. Well, I should say that the Make file looks strange to me and in any case, javac (at least in jdk1.1) does not support -sourcepath switch. I have tried to remove the switch to allow the compilation After that I get numerous errors, the first one is: RabbIT2/src/rabbit/awt/ImageComponent.java:5: Package java.awt not found in import. import java.awt.*; This suggests to me that java1.1 does not have something like java.awt or some path is set wrong... jmake, does not use -sourcepath, but does not work, generating a errors like this one: src/rabbit/http/GeneralHeader.java:212: Method add(rabbit.http.GeneralHeader. Header) not found in class java.util.Vector. headers.add (h) So either there is some problem with the java switches or the proxy does not compile on jdk1.1 at all. Did any one succeed in compiling Rabbit2 on jdk1.1? Thanks Lazar __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com |