From owner-freebsd-questions Wed Nov 27 10: 4:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49FD237B401 for ; Wed, 27 Nov 2002 10:04:17 -0800 (PST) Received: from wrzx35.rz.uni-wuerzburg.de (wrzx35.rz.uni-wuerzburg.de [132.187.3.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF97C43EA9 for ; Wed, 27 Nov 2002 10:04:10 -0800 (PST) (envelope-from q@uni.de) Received: from wrzx34.rz.uni-wuerzburg.de (wrzx34.rz.uni-wuerzburg.de [132.187.3.34]) by wrzx35.rz.uni-wuerzburg.de (8.8.8/8.8.8/uniwue-MM-1.05) with ESMTP id TAA07130 for ; Wed, 27 Nov 2002 19:04:09 +0100 (MET) Received: from localhost (localhost [127.0.0.1]) by virusscan.rz.uni-wuerzburg.de (Postfix) with ESMTP id 4A156631CD for ; Wed, 27 Nov 2002 19:04:09 +0100 (CET) Received: from wrzx07.rz.uni-wuerzburg.de (wrzx07.rz.uni-wuerzburg.de [132.187.1.7]) by wrzx34.rz.uni-wuerzburg.de (Postfix) with ESMTP id 3CD5CD7E for ; Wed, 27 Nov 2002 19:04:09 +0100 (CET) Received: from spamchecker (localhost [127.0.0.1]) by spamcheck.rz.uni-wuerzburg.de (Postfix) with ESMTP id 6ED5FD53 for ; Wed, 27 Nov 2002 19:04:07 +0100 (CET) Received: from frodo.galgenberg.net (galgenberg.net [132.187.222.250]) by wrzx07.rz.uni-wuerzburg.de (Postfix) with SMTP id 580E943BA for ; Wed, 27 Nov 2002 19:04:07 +0100 (CET) Received: (qmail 46494 invoked from network); 27 Nov 2002 18:04:07 -0000 Received: from gb-007.galgenberg.net (HELO roadrunner) (132.187.222.7) by galgenberg.net with SMTP; 27 Nov 2002 18:04:07 -0000 From: "Ulrich 'Q' Spoerlein" To: Dick Hoogendijk Cc: freebsd-questions Subject: Re: opera6.1 w/ java Date: Wed, 27 Nov 2002 19:04:07 +0100 Organization: Hier koennte Ihre Werbung stehen! Message-ID: References: <20021127153934.GA6800@pooh.nagual.st> In-Reply-To: <20021127153934.GA6800@pooh.nagual.st> X-Mailer: Forte Agent 1.91/32.564 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-1.1 required=8.0 tests=CARRIAGE_RETURNS,IN_REP_TO,NICE_HELO,NOSPAM_INC,REFERENCES, SPAM_PHRASE_03_05 version=2.43-string_20021002 X-Spam-Level: X-Virus-Scanned: by AMaViS snapshot-20020422 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 27 Nov 2002 16:39:34 +0100, you wrote: >Today I checked the X output, running opera and found: > >=-=-=-quote-=-=-= >Disabling java due to potentional dangers. >If you know what you're doing, you can set the environment variable >OPERA_FORCE_JAVA_ENABLED to '1' to override this. >Start opera with '-debugjava' argument for more information. >=-=-=-/quote-=-=-= well, i'm using opera 6.1 build 271 i _don't_ get that output and the env.var _doesn't_ work. which version are you using? i then looked at /usr/local/bin/opera and found this at line 76: # Uncomment the next lines to workaround the "preloaded libXt" problem. LD_PRELOAD="${OPERA_JAVA_DIR}/libawt.so" OPERA_FORCE_JAVA_ENABLED="1" export LD_PRELOAD OPERA_FORCE_JAVA_ENABLED i uncommented these lines, and when starting opera i got: /usr/libexec/ld-elf.so.1: /usr/local/jdk1.3.1/jre/lib/i386//libawt.so: Undefined symbol "JVM_RaiseSignal" and i found the JVM_RaiseSignal in /usr/local/jdk1.3.1/jre/lib/i386/classic/libjvm.so but even fixing the missing symbols, opera still refuses to run Java applets :( To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message