problem with jre1.1 on linux 6.x
Hi All, I am very new to this list. This is my maiden question to you all. My problem is I got the following error when I ran jre1.1 on redhat linux 6.1. ./jre1.1/bin/i686/green_threads/jre: error in loading shared libraries: > ./jre1.1/lib/i686/green_threads/libdl.so.2: undefined symbol: > _dl_default_scope Can any one explain why this is happening? Any solution for this? This happens only with jre1.1.6 and not jre117_v3 or jre1.2. regards Tony Paul Tony Judy Paul, Software Engineer, AdventNet Development Centre (I) Pvt.Ltd, 13A, Kaashyap Enclave, Velacherry Main Road, Velacherry. Chennai-600042 E-mail: [EMAIL PROTECTED] Phone: 2432414-419 -
JavaPlugin 1.2.2 with Suse6.0
Hello, I installed the JavaPlugin 1.2.2 in $HOME/.netscape. When I try the ControlPanel applet or another Java 2 applet, netscape quits without any message. On my Suse 6.0 I installed the glibc2.1.2 to /usr/local/glibc2 to get the JDK1.2.2RC4 running. I changed the .java_wrapper file to get java programes finally running. My primary library still is glibc2.0.7. Is there a workaround to get the JavaPlugin 1.2.2 running with my configuration? Thanks, Lars. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Java Plugin strange behaviour
Hi, I read the messages about Installing the Java Plugin on this list, but found another strange behaviour. When I set the NPX_PLUGIN_PATH to '/usr/lib/netscape/plugins/' (note the ending slash), netscape pops up a message saying that the VM could not be loaded since ../java was not found. Stracing netscape reveals that it searched for '/usr/lib/netscape/plugins/java'. When setting NPX_PLUGIN_PATH to '/usr/lib/netscape/plugins' (without the ending slash) it works fine. I am not sure it is a Java Plugin or a Netscape problem though. The ControlPanel propose 'Enable Java plugin' check box. Do I also have to unable JAVA in Netscape preferences ? When I ask netscape for the java console, it shows me the 1.1.5 JRE bundled with netscape. Does this means 2 JVM are in memory at the same time ? How can I be sure which JVM is running/used ? Thanks Adrien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: libjvm.so not found
On Friday Jun 2, 2000, yangyuex wrote: > I just try to use IBMJava2-13. > I cannot run java in other directory other than /opt/IBMJava2-13/. > However, I already : > > export PATH=/op/IBMJava2-13/bin:/opt/IBMJava2-13/jre/bin:$PATH > > When I run java in other directory, the error occurred: "cannot find libjvm.so". > However, I am sure this file is in /opt/IBMJava2-13/jre/classic/. > Even I add this to PATH, no difference. > > In order to solve this problem, I use alias command. Although it does work, > I feel there is other way to solve this problem. > My system is redhat6.1. You need to add the directory (directories) containing the libraries to your LD_LIBRARY_PATH, not PATH. To make this work for the Bourne shell, type: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/IBMJava2-13/jre/bin:/opt/IBMJava2-13/jre/bin/classic You need to add both the jre/lib and jre/lib/classic directories. -John John Rousseau [EMAIL PROTECTED] SilverStream Software Phone: +1 978 262 3564 2 Federal StreetFax: +1 978 262 3499 Billerica, MA 01821 http://www.silverstream.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: IBM Java 1.3: some problems.
On 01-Jun-00 Timothy Reaves wrote: > The Sun Windows 1.3 is the same way. This is the new way of doing things. I see. So the compiler error messages in 1.3, any 1.3, are changed, right? --- Andrea "Kontorotsui" Controzzi - MALE Doctor in Computer Science Pisa - Italy - E-mail: [EMAIL PROTECTED] My home page: http://www.cli.di.unipi.it/~controzz/intro.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: IBM Java 1.3: some problems.
Kontorotsui wrote: > On 01-Jun-00 Timothy Reaves wrote: > > The Sun Windows 1.3 is the same way. This is the new way of doing things. > > I see. So the compiler error messages in 1.3, any 1.3, are changed, right? That is correct. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]