Re: [Rabbit-proxy-users] Installation problem
Brought to you by:
ernimril
From: Robert O. <d9...@na...> - 2002-12-27 12:18:49
|
Hello! > I have jdk1.1 installed in my linux system. You really should upgrade to a more modern jdk. Even though the 1.4.1_01 from sun is not totally free it is gratis. > 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 > jr prints the same error and hangs (I have to kill it with Ctrl+C) jr should work after you have managed to get it installed, it reads the file classpath which is incorrect for your setup... > Maybe jdk1.1 is the problem, but the web page states that rabbit works > in 1.1 and I have no ability to upgrade java... It should work with jdk1.1, but report any errors you get. /robo |