Return to BSD News archive
#! rnews 1956 bsd Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.mel.connect.com.au!news.mel.aone.net.au!grumpy.fl.net.au!news.webspan.net!news.intersurf.net!hunter.premier.net!news.maxwell.syr.edu!cpk-news-hub1.bbnplanet.com!cam-news-hub1.bbnplanet.com!news.bbnplanet.com!howland.erols.net!newsxfer.itd.umich.edu!uunet!in2.uu.net!194.87.0.28!demos!news.rssi.ru!news.ioffe.rssi.ru!not-for-mail From: "Alexander Smirnov" <as@iai.rssi.ru> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: different JDKs on FreeBSD Date: 20 Feb 1997 08:32:40 GMT Organization: IAI Lines: 28 Message-ID: <01bc1e88$6dad7100$05e955c2@iaipc0.iai.rssi.ru> References: <5dvjq3$jbg$1@news.ziplink.net> <5ebqdt$q54@agate.berkeley.edu> NNTP-Posting-Host: iaipc0.iai.rssi.ru X-Newsreader: Microsoft Internet News 4.70.1155 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:35901 Jeffrey Hsu <hsu@alumni.EECS.Berkeley.EDU> wrote in article <5ebqdt$q54@agate.berkeley.edu>... > In article <5dvjq3$jbg$1@news.ziplink.net>, > Mikhail Teterin <mi@ALDAN.ziplink.net..remove-after-`net'> wrote: > >Hi! I have just compared the classes.zip files (and their unzipped > >contents) which came in jdk102.11-26.tar.gz and those from > >JDK-1_0_2-solaris2-sparc.tar.Z . All the *.class files are different. > > > >Since they are in the famous bytecode, which is supposed to be same > >for all platforms and they have the same (?) release id, are not > >they sapposed to be identical? > > I recompiled them from source. Run them through a disassembler to > see what's changed. > > >Which is better with kaffe, netscape? Thanks! > > Netscape and kaffe don't go together, so this question doesn't make sense. > They do. You have to define the CLASSPATH variable for JDK and for kaffe, but Netscape uses its own class library. Just put both libraries paths in the CLASSPATH and have fun with both. Alex.