From owner-freebsd-questions@FreeBSD.ORG Wed Dec 12 14:51:13 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C530D16A417 for ; Wed, 12 Dec 2007 14:51:13 +0000 (UTC) (envelope-from ml@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.freebsd.org (Postfix) with ESMTP id 39E8213C469 for ; Wed, 12 Dec 2007 14:51:12 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.ventu ([151.77.240.163]) (authenticated bits=128) by parrot.aev.net (8.14.1/8.13.8) with ESMTP id lBCEqBtp089096 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL) for ; Wed, 12 Dec 2007 15:52:17 +0100 (CET) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.1/8.13.8) with ESMTP id lBCEpdFW036744 for ; Wed, 12 Dec 2007 15:51:39 +0100 (CET) (envelope-from ml@netfence.it) Message-ID: <475FF552.2030703@netfence.it> Date: Wed, 12 Dec 2007 15:50:58 +0100 From: Andrea Venturoli User-Agent: Thunderbird 2.0.0.9 (X11/20071116) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.63 on 212.31.247.179 Subject: Worldwind (Java) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2007 14:51:13 -0000 Hello. Anyone tried running the demo from their SDK? I had no luck with native JDK: %./run-demo.bash gov.nasa.worldwind.examples.ApplicationTemplate Running gov.nasa.worldwind.examples.ApplicationTemplate Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/local/jdk1.5.0/jre/lib/i386/libjawt.so: Shared object "libmawt.so" not found, required by "libjawt.so" Does this mean I have to install anything else? Is there any hope, since it's using jni? Next try was linux-sun-jdk: here I was able to go a litte further and the app almost work, but obviously very slow and with lots of renger glitches and exceptions in the console. %./run-demo.bash gov.nasa.worldwind.examples.ApplicationTemplate Running gov.nasa.worldwind.examples.ApplicationTemplate libGL warning: 3D driver claims to not support visual 0x4c libGL error: drmGetMagic failed libGL error: reverting to (slow) indirect rendering javax.media.opengl.GLException: Error: no OpenGL buffer object appears to be bound to target 0x8892 Any hint is appreciated. bye & Thanks av.