PDA

View Full Version : Java classes.zip file?


skowalsk
01-01-1999, 08:50 PM
I need to put classes.zip in my classpath, but I can't find it anywhere on the server. Is there another archive to be used by kaffe?

Terra
01-01-1999, 10:00 PM
I'm in no way, shape or form, a Java guru... But I believe what you are looking for is:
/usr/share/kaffe/Klasses.jar

At the telnet prompt, to see all the files that comprise Kaffe, just type:

$rpm -ql Kaffe

As I use the pre-compiled Kaffe rpm bundle...

--
Terra
sysAdmin
FutureQuest

------------------
www.FutureQuest.net (http://www.FutureQuest.net)
--FutureQuest goal: (10x+8)/(x+1)=9.99--
--The best way to predict the future is by inventing it--

skowalsk
01-01-1999, 10:13 PM
Thanks, that's it!