Re: [Rabbit-proxy-users] Installation problem
Brought to you by:
ernimril
|
From: Z F <mai...@ya...> - 2002-12-27 16:09:40
|
Hello Robert
Thank you for your speedy reply, however, that did not help
> > As it is recommended to download RabbIT2.zip and run
> > java -classpath RabbIT2.zip rabbit.installer.Installer
>
> Yes, that is for jdk/1.2+
> For jdk/1.1 you have to add the classes.zip to the CLASSPATH if you
> run with classpath.
> So try to do a "locate classes.zip" say it returns
> /usr/lib/jdk1.1.8/lib/classes.zip, retry the installer with:
> java -classpath RabbIT2.zip:/usr/lib/jdk1.1.8/lib/classes.zip
> rabbit.installer.Installer
Yes I have tried that. I have the CLASSPATH set to
/usr/lib/jdk1.1/lib/classes.zip (where classes.zip is)
and I tried
java -classpath RabbIT2.zip:$CLASSPATH rabbit.installer.Installer
or explicitly setting the path to classes.zip as you suggest.
The error which I get is
Error loading class rabbit.installer.Installer: Bad major version
number
Is it possible that RabbIT2.zip is compiled with java 1.4 and I am
using 1.1 and this is causing the problem?
Should I try to compile from the source code?
jmake produces the following errors:
./jmake
src/rabbit/http/GeneralHeader.java:212: Method
add(rabbit.http.GeneralHeader. He
ader) not found in class java.util.Vector.
headers.add (h);
^
src/rabbit/http/GeneralHeader.java:237: Method
add(rabbit.http.GeneralHeader. He
ader) not found in class java.util.Vector.
headers.add (h);
^
src/rabbit/http/GeneralHeader.java:278: Method add(java.lang.String)
not found i
n class java.util.Vector.
ret.add (h.value);
^
src/rabbit/proxy/Connection.java:581: Method get(int) not found in
class java.ut
il.Vector.
String sinm = (String)vinm.get (i);
^
src/rabbit/proxy/Connection.java:640: Method get(int) not found in
class java.ut
il.Vector.
String vary = (String)varies.get (i);
^
src/rabbit/proxy/Connection.java:653: Method get(int) not found in
class java.ut
il.Vector.
String val = (String)vals.get (j);
^
src/rabbit/proxy/Connection.java:1035: Method get(int) not found in
class java.u
til.Vector.
String rs = ((String)ranges.get (i)).trim ();
^
src/rabbit/proxy/Connection.java:1066: Method
add(rabbit.proxy.RandomStream. Ran
ge) not found in class java.util.Vector.
ret.add (new RandomStream.Range (start, end));
^
src/rabbit/proxy/Connection.java:1074: Method
add(rabbit.proxy.RandomStream. Ran
ge) not found in class java.util.Vector.
ret.add (new RandomStream.Range (start, end));
^
src/rabbit/proxy/RandomStream.java:41: Exception java.io.IOException
must be cau
ght, or it must be declared in the throws clause of this method.
in = new RandomAccessFile (entry.getFileName (), "r");
^
10 errors
Thank you very much for your kind help
Lazar
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
|