Date: Sat, 27 Mar 1999 00:21:00 +1030 (CST) From: Gregory Lewis <glewis@dartagnan.maths.adelaide.edu.au> To: mistwolf@ethereal.net (Jamie Norwood) Cc: freebsd-questions@freebsd.org Subject: Re: O'reilly's Networking Bookshelf Message-ID: <9903261351.AA15008@dartagnan.maths.adelaide.edu.au> In-Reply-To: <19990325232814.A13501@ethereal.net> from Jamie Norwood at "Mar 25, 99 11:28:14 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Jamie, > I recently picked up this fine set of books from O'reilly, and > was wondering if anyone had gotten their little java program > to run? I installed the JDK port, and then ran the 'runme.sh' script, > and get: > > 11:23pm Thu Mar 25 1999 on ttyp1 diarmadhi:/home/mistwolf/work> sh run_me.sh > Detecting OS_VER ... FreeBSD > Can't find shared library "libX11.so.6.1" (libawt.so) Do you have X installed? Do you have the aout compatibility versions of the X libraries installed if you are running 3.1 or 3.0-ELF (the jdk is currently aout only, although this is likely to change very soon)? Does ld.so know to look in the appropriate directories for these libraries? > java.lang.UnsatisfiedLinkError: no awt in shared library path > at java.lang.Runtime.loadLibrary(Runtime.java) > at java.lang.System.loadLibrary(System.java) > at > at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:394) > at java.awt.Font.initializeFont(Font.java:106) > at java.awt.Font.<init>(Font.java:121) > at itm.nr.serve.$141.<init>(Unknown Source) > at itm.nr.serve.$160.<init>(Unknown Source) > at itm.nr.serve.NRServer.main(Unknown Source) > Exception in thread "main" If this doesn't get you going, try asking on java@freebsd.org. -- Greg Lewis glewis@trc.adelaide.edu.au Computing Officer +61 8 8303 3237 Teletraffic Research Centre To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9903261351.AA15008>