From owner-freebsd-ports Thu Sep 24 01:43:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA25463 for freebsd-ports-outgoing; Thu, 24 Sep 1998 01:43:12 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from bandicoot.prth.tensor.pgs.com (bandicoot.prth.tensor.pgs.com [157.147.224.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA25457 for ; Thu, 24 Sep 1998 01:43:07 -0700 (PDT) (envelope-from shocking@ariadne.prth.tensor.pgs.com) Received: from ariadne.tensor.pgs.com (ariadne [157.147.227.36]) by bandicoot.prth.tensor.pgs.com (8.8.8/8.8.8) with SMTP id QAA20345; Thu, 24 Sep 1998 16:42:50 +0800 (WST) Received: from ariadne by ariadne.tensor.pgs.com (SMI-8.6/SMI-SVR4) id QAA14980; Thu, 24 Sep 1998 16:42:49 +0800 Message-Id: <199809240842.QAA14980@ariadne.tensor.pgs.com> X-Mailer: exmh version 2.0.2 2/24/98 To: ports@FreeBSD.ORG cc: cracauer@cons.org Subject: Java port runtime error... Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 24 Sep 1998 16:42:49 +0800 From: Stephen Hocking-Senior Programmer PGS Tensor Perth Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I know that in the midst of the 3.0 Release fuss it's a bad time to to talk about this, but I get the following exception when trying to run Sun's java tutorial. Using /usr/local/java for runtime environment [DPUtilities.initProperties] suned.dp.home =/usr/local/JavaTutor custom.url=file:/usr/local/JavaTutor/content [DPUtilities.initProperties] dpbase.url = null [DPUtilities.initProperties] dpbase.url = [file:/usr/local/JavaTutor] Undefined symbol "_xmDrawingAreaWidgetClass" in java:/usr/local/java/lib/i386/g reen_threads/libawt.so (libawt.so) 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:402) at java.awt.Font.initializeFont(Font.java:114) at java.awt.Font.(Font.java:129) at java.awt.Font.decode(Font.java:246) at com.sun.suned.dp.util.DPUtilities.getFont(DPUtilities.java:710) at com.sun.suned.dp.util.DPUtilities.getFont(DPUtilities.java:697) at com.sun.suned.ui.UserFrame.(UserFrame.java:33) at com.sun.suned.dp.MainFrame.(MainFrame.java:52) at com.sun.suned.dp.MainFrame.main(MainFrame.java:44) It looks as if something in the Motif library isn't being linked in when you built this with a static Motif lib. Stephen -- The views expressed above are not those of PGS Tensor. "We've heard that a million monkeys at a million keyboards could produce the Complete Works of Shakespeare; now, thanks to the Internet, we know this is not true." Robert Wilensky, University of California To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message