*BSD News Article 85811


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.Hawaii.Edu!pith.uoregon.edu!ddsw1!news.mcs.net!www.nntp.primenet.com!nntp.primenet.com!uwm.edu!news.he.net!nr1.scn.co.jp!news02.so-net.or.jp!news01.so-net.or.jp!sinfony-news01!wnoc-tyo-news!aist-nara!okufs!orions-news!odins-suita!nuis!news.cc.nagoya-u.ac.jp!nfeed.gw.nagoya-u.ac.jp!news.tut.ac.jp!e957452
From: e957452@edu.tut.ac.jp
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: 961014 SNAP + kaffe
Date: 26 Dec 1996 15:24:00 GMT
Organization: Computer Center, Toyohashi University of Technology
Lines: 26
Message-ID: <59u5ag$6ic@news.tut.ac.jp>
NNTP-Posting-Host: kazan.edu.tut.ac.jp
X-Newsreader: mnews [version 1.19] 1995-07/21(Fri)
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:33281


  Lets go straight.

  Excuse me if somebody post this before.
  Did anybody run kaffe on 961014 SNAP?
  I just install kaffe0.5 and jdk-1.0.2 on the package,
  and set the needed environment:

setenv  CLASSPATH       .:/usr/local/lib/netscape/java_301: \
			/usr/local/share/java/classes.zip
setenv  KAFFEHOME       /usr/local/share/kaffe
setenv  LD_LIBRARY_PATH /usr/lib:/lib:/usr/X11R6/lib:/usr/local/lib
setenv  XKEYSYMDB       /usr/X11R6/lib/X11/XKeysymDB
setenv  XNLSPATH        /usr/X11R6/lib/X11/nls

  but when I run javac it always show this message:

  Failed to locate native library ... aborting.

  seems that it can't find libkaffe_native.so.0.5, but
  the file is there, and LD_LIBRARY_PATH point to the
  right directory.

  Is there anybody can help?

  Thank's before.