RE: shared library not loading.

2003-03-26 Thread Jonathan Gray
To: Jonathan Gray > Cc: [EMAIL PROTECTED] > Subject: Re: shared library not loading. > > > Jonathan Gray wrote: > > >I am trying to use a library called heapprofile > (www.virtualmachine.de) on > >Debian (unstable), with linux 2.4.18 and Sun's JDK 1.4.1_02. &

shared library not loading.

2003-03-25 Thread Jonathan Gray
I am trying to use a library called heapprofile (www.virtualmachine.de) on Debian (unstable), with linux 2.4.18 and Sun's JDK 1.4.1_02. I have built the library correctly and I know (from an strace) that Java is picking up the library on the LD_LIBRARY_PATH. However, when I run

Blackdown JMF shared library source code

2002-07-23 Thread Mark S Petrovic
Is the source code for the Blackdown JMF shared libraries available for download? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Unix JNI library?

2001-10-06 Thread David Brownell
> > Does anyone have a JNI library for accessing & modifying files > > on a Unix FS? Specifically Linux? I'd like to be able to > > query & modify group & owner permissions. Closest I've seen (haven't looked lately at exact contents): http:

Re: Unix JNI library?

2001-10-05 Thread Weiqi Gao
On Fri, 2001-10-05 at 16:19, Timothy Reaves wrote: > > Does anyone have a JNI library for accessing & modifying files > on a Unix FS? Specifically Linux? I'd like to be able to > query & modify group & owner permissions. I don't have a JNI library for do

Unix JNI library?

2001-10-05 Thread Timothy Reaves
Does anyone have a JNI library for access & modifing files on a unix FS? Specifically linux? I'd like to be able to query & modify group & owner permissions. Thanks! -- To UNSUBSCRIBE

WebApp Library

2001-09-29 Thread Luiz Henrique Moraes
Hi, I am trying to compile the WebApp module, but this error occurs. How get the source code the dyld.h file ? . . make[4]: Entering directory `/develop/source/jakarta/webapp-module-1.0-tc40/apr/dso/unix' /bin/sh /develop/source/jakarta/webapp-module-1.0-tc40/apr/libtool --silent --mod

Re: possible library bug (fwd)

2001-05-21 Thread Michael Walton
10:58:00 -0700 From: Terence Ripperda <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: possible library bug Resent-Date: Mon, 21 May 2001 10:58:01 -0700 Resent-From: [EMAIL PROTECTED] Hi, are you able to check the java vm code or get an lt

shared library

2001-04-10 Thread soonho
Hi all,   1. Where can I find out more details about dl interface(load, use, unload shared library)? any manual or URL?     2. We know that JNI need to create .so shared library file. Could we load, use this file? E.g. I created fromjava.java and fromjavaImp.c.   I compiled fromjava by

Re: ldd _error_ message (vs. normal indication of library not found)

2000-08-25 Thread Joi Ellis
-linux.so.2 (0x4000) I'd guess that the ld cache is out of date. Man ldconfig for update instructions. Or, you don't have the library it wants... Here's what I get from my RH 6.2 box: [joi@joi server]$ ldd libjvm.so ldd: warning: you do not have execution permission for `./libj

ldd _error_ message (vs. normal indication of library not found)

2000-08-25 Thread Daniel Barclay
What exactly does it mean when ldd gives the following error message?: dsb:~# ldd /usr/local/lib/jdk1.3/jre/lib/i386/server/libjvm.so 2>&1 /usr/local/lib/jdk1.3/jre/lib/i386/server/libjvm.so: error in loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No suc

Shared Library Problem

2000-04-07 Thread Syam_Kumar_Abburi
Hi All, I am trying to execute a small program in Java that uses JNI. I have built shared library shared.so. It loads properly as I do not see any Unsatisfied Link Error on console. The JNI function is not being called and Java returns integer 3 as return value when I called the native method

Re: java library

1999-11-16 Thread Matthias Pfisterer
Hi, have a look at the Java Media Framework (JMF). As far as I know, the latest version supports MP3. Matthias Pfisterer Abeezar wrote: > > hi > > is there exist a java class in which i can to transcoding , i,e from > mpeg to other file formats.(i.e audio) > > regards > abeezar > ms student

java library

1999-11-16 Thread Abeezar
hi is there exist a java class in which i can to transcoding , i,e from mpeg to other file formats.(i.e audio) regards abeezar ms student , india. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe"

Re: Problems with an external library which use pthread

1999-10-28 Thread schen
t; the JDK itself uses to get native threading. We cleared it up off-list. From his email I thought he was using some other pthread library because of the way he worded it, but he's using the glibc pthread just the same as the native JDK. Evidently the 1.1.7v3 native threading is still a

Re: Problems with an external library which use pthread

1999-10-28 Thread Nathan Meyers
7;ve somehow latched onto a pthread implementation other than the one that comes with glibc. Nathan On 28 Oct, [EMAIL PROTECTED] wrote: > Hi Stephane, everyone, > > On Thu, 28 Oct 1999, Stephane Letz wrote: > >> I'm trying to port a C library which use pthread with the Bl

Re: Problems with an external library which use pthread

1999-10-28 Thread schen
Hi Stephane, everyone, On Thu, 28 Oct 1999, Stephane Letz wrote: > I'm trying to port a C library which use pthread with the Blackdown JDK > 1.1.7 on Linux. Bad idea. All pthread implementations I know of, along with green threads in the JDK, and native threads, mess around with

Problems with an external library which use pthread

1999-10-28 Thread Stephane Letz
Hi, I'm trying to port a C library which use pthread with the Blackdown JDK 1.1.7 on Linux. The C library is linked with the JVM using JNI. This works correctly. One of the function of the C library create a new thread using the pthread_create (of the pthread library). The external li

Re: "no awt in shared library path"

1999-10-07 Thread Michael Sinz
On Thu, 7 Oct 1999 19:22:23 -0500, Mike Tinnes wrote: > >I get the following error while trying to run a servlet that utilized the >awt classes.. "no awt in shared library path". I'm using RH6.0, Apache JServ >1.1b1 and jdk117v3. I'm assuming the VM needs the

"no awt in shared library path"

1999-10-07 Thread Mike Tinnes
I get the following error while trying to run a servlet that utilized the awt classes.. "no awt in shared library path". I'm using RH6.0, Apache JServ 1.1b1 and jdk117v3. I'm assuming the VM needs the LD_LIBRARY_PATH set to the awt shared libraries,

Re: JDK 1.2 library problem

1999-09-21 Thread Juergen Kreileder
rence to `sem_post@@GLIBC_2.0' Pierre> /usr/local/jdk1.2/jre/lib/i386/native_threads/libhpi.so: undefined Pierre> reference to `sem_wait@@GLIBC_2.0' Pierre> /usr/local/jdk1.2/jre/lib/i386/native_threads/libhpi.so: undefined Pierre> reference to `sem_init@@GLIB

Re: JDK 1.2 library problem

1999-09-21 Thread Harri Sunila
ative_threads/libhpi.so: undefined > reference to `sem_wait@@GLIBC_2.0' > /usr/local/jdk1.2/jre/lib/i386/native_threads/libhpi.so: undefined > reference to `sem_init@@GLIBC_2.0' > > It looks like if I forgot a library but which one ? > Is it an installation problem ? I t

Re: JDK 1.2 library problem

1999-09-21 Thread Andreas Jaeger
native_threads/libhpi.so: undefined > reference to `sem_post@@GLIBC_2.0' > /usr/local/jdk1.2/jre/lib/i386/native_threads/libhpi.so: undefined > reference to `sem_wait@@GLIBC_2.0' > /usr/local/jdk1.2/jre/lib/i386/native_threads/libhpi.so: undefined > reference to `sem_init@@GLIBC

JDK 1.2 library problem

1999-09-21 Thread Pierre Heroux
/native_threads/libhpi.so: undefined reference to `sem_init@@GLIBC_2.0' It looks like if I forgot a library but which one ? Is it an installation problem ? Pierre -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of &q

Re: Native library problem

1999-08-31 Thread Sheng-Yih Wang
- From: Dimitris Terzis <[EMAIL PROTECTED]> To: 'Java-Linux mailing list' <[EMAIL PROTECTED]> Sent: Tuesday, August 31, 1999 4:42 PM Subject: Native library problem > Hi guys... > > Someone give a hint please, because I 'm next to madness and I don't want

RE: Native library problem

1999-08-31 Thread Dimitris Terzis
Hi... > The beginning of the name also matters. That call will expect to load a > library named "libtest_lib.so". Other requirements: build the sources > with the "-fpic" flag, and link the library with the "-shared" flag. Thanks! About 5 minutes ago,

Re: Native library problem

1999-08-31 Thread Sheng-Yih Wang
- From: Dimitris Terzis <[EMAIL PROTECTED]> To: 'Java-Linux mailing list' <[EMAIL PROTECTED]> Sent: Tuesday, August 31, 1999 4:42 PM Subject: Native library problem > Hi guys... > > Someone give a hint please, because I 'm next to madness and I don't want

Re: Native library problem

1999-08-31 Thread Nathan Meyers
Dimitris Terzis wrote: > > Hi guys... > > Someone give a hint please, because I 'm next to madness and I don't want to > break my machine... I have a very-very simple native library, say test_lib, > which I try to load with System.loadLibrary("test_lib"). T

Native library problem

1999-08-31 Thread Dimitris Terzis
Hi guys... Someone give a hint please, because I 'm next to madness and I don't want to break my machine... I have a very-very simple native library, say test_lib, which I try to load with System.loadLibrary("test_lib"). The £$^£@& compiler insists that it's not in

Re: no awt in shared library path

1999-08-11 Thread Moses DeJong
ts work on Linux fine, but not this one > which use java.awt package. > > Here is exception message coming from Apache error_log: > > /usr/local/java/jdk117_v3/bin/../lib/i586/green_threads/libawt.so: undefined > symbol: XtShellStrings (libawt.so) > java.lang.UnsatisfiedLi

no awt in shared library path

1999-08-11 Thread Boban Acimovic/Forritun AKS hf.
Apache error_log: /usr/local/java/jdk117_v3/bin/../lib/i586/green_threads/libawt.so: undefined symbol: XtShellStrings (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

Re: Help with JDK 1.2 library problems

1999-08-06 Thread Timothy Stewart
> To run SimpleExample.class you must type > > java SimpleExample > > because the point "." has the same efect than "/" to > separate packages and directories I did get SimpleExample to run: java -green -cp "." SimpleExample and was able to run a more complex program using -cp to point to th

Re: Help with JDK 1.2 library problems

1999-08-06 Thread Pere Serra
Hi ! I'll answer the easier question: To run SimpleExample.class you must type java SimpleExample because the point "." has the same efect than "/" to separate packages and directories. I think that you typed java SimpleExample.class and you get: Exception in thread "main" java.lang.NoClassD

Help with JDK 1.2 library problems

1999-08-06 Thread Timothy Stewart
hout the -green option, attempting native threads (its very slow with just green threads) I get the following: ./jdk1.2/bin/i386/native_threads/java: error in loading shared libraries /lib/libpthread.so.0: undefined symbol: __libc_rewinddir I don't know whether I should download and install

UnsatisfiedLinkError: no awt in shared library path?!

1999-08-06 Thread Pepijn Schmitz
in shared library path 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

Re: JDK 1.2 Library Issues

1999-06-30 Thread Steve Byrne
Lance Roundy <[EMAIL PROTECTED]> writes: > > I thought I would check here before trying to submit a bug report. > (If I should have gone the other way someone please let me know.) > > I loaded JDK 1.2 pre-v2 onto my Debian 2.1 (slink) system. The first > attempt at running (applet or applicati

Re: JDK 1.2 Library Issues

1999-06-30 Thread Rudi Streif
ssage- From: Lance Roundy <[EMAIL PROTECTED]> To: Java Linux <[EMAIL PROTECTED]> Date: Wednesday, June 30, 1999 1:03 PM Subject: JDK 1.2 Library Issues >I thought I would check here before trying to submit a bug report. >(If I should have gone the other way someone please let me

JDK 1.2 Library Issues

1999-06-30 Thread Lance Roundy
or directory I found the library in the delivery, so I started looking into causes. It turns out that in .java_wrapper, during the definition of LD_LIBRARY_PATH, the variable "j" was null instead of the valid path to the jre bin directory. Further investigation showed that the

Re: building a native library from two .o-files

1999-05-30 Thread Denis Riedijk
gcc -c -fPIC one.c -o one.o gcc -c -fPIC two.c -o two.o gcc -shared one.o teo.o -o libMyLib.so This works for me Dènis Riedijk -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

building a native library from two .o-files

1999-05-30 Thread Olof Wolgast
I tried to build a library from two different c-source files. When the java-code called the method, I recieve UnsatisifiedlinkError. The methods isn't executed. But when I split it so that the c-sources are compiled in one library for each source file, everything is ok. Why? I use Slakwar

Re:Newbie: Anyone know what library path is?

1999-05-28 Thread Owais Kidwai
Hope this helps. -Owais --Original message-- Trying to compile a java program for the first time on linux using the following: $ CLASSPATH=~/java:/usr/lib/jdk1.1.5/lib $ export CLASSPATH $ javac Console.java No library path set. Cannot find essential class

jdk1.2 -- No library path set

1999-05-24 Thread John Young
Hi I just heard about the Java port to linux and I downloaded the Java 2 version yesterday. I am running RedHat Linux 5 When I try to compile a simple program, HelloWorld, I am getting a message: No library path set. and core is dumped. The instructions specified that I didn't have to se

Re: Newbie: Anyone know what library path is?

1999-05-21 Thread Michael Sinz
On Fri, 21 May 1999 05:29:19 -0400, Patrick Tsoi-A-Sue wrote: >Trying to compile a java program for the first time on linux using the >following: > >$ CLASSPATH=~/java:/usr/lib/jdk1.1.5/lib >$ export CLASSPATH >$ javac Console.java >No library path set. >Cannot find es

Newbie: Anyone know what library path is?

1999-05-21 Thread Patrick Tsoi-A-Sue
Trying to compile a java program for the first time on linux using the following: $ CLASSPATH=~/java:/usr/lib/jdk1.1.5/lib $ export CLASSPATH $ javac Console.java No library path set. Cannot find essential class 'java/lang/Object' in class library ... aborting. $ How do I set li

Re: Library?

1999-03-31 Thread Michael K Vance
Pepijn Schmitz wrote: > OK, I realize that this must have been asked a million times, but > nevertheless it't not in the README or the FAQ: where do I find the > libstdc++ library that the JDK 1.2 needs to run on my Red Hat 5.2 > system? Whenever I try to run anything I get:

Library?

1999-03-31 Thread Pepijn Schmitz
OK, I realize that this must have been asked a million times, but nevertheless it't not in the README or the FAQ: where do I find the libstdc++ library that the JDK 1.2 needs to run on my Red Hat 5.2 system? Whenever I try to run anything I get: Exception in thread

Library dependencies for jdk1.2?

1999-03-25 Thread Lindsay Patten
libXp library. I installed that and all the X stuff seems to be working fine using the glib libraries. But if I try to run jre1.2/bin/java it gets a segmentation violation. I have attached the output from ldconfig -D. The output of running ldd is below and attached. Are there other requirements that

PLEASE HELP: Library Error

1999-03-13 Thread Steve Gee
can someone please help with a library error: when I try to run a simple application: source code provided: import javax.swing.*; public class jfctest extends JFrame{ public static void main(String args[]){ new jfctest(); }//end main public jfctest

Library problem

1999-03-12 Thread sgee
I would like to say first off, Thanks to the blackdown team for getting JDK1.2 ported. I finally got it installed last night and had no problems running it until I tried to implement some of the GUI libraries. Here is my code: import javax.swing.*; public class jfctest extends JFrame{

missing library - help

1999-03-12 Thread DJ Frost
Hi all, I have just installed jdk117-v1a, and i have a missing library so it won't run. It is called libXpm.so.4 Where could i get this from, i need it quite soon as i need to get java running over this weekend as i have a uni assignment to do ( a run length encoder ). When i have

library

1999-03-10 Thread David A. Guthrie
; playing around with it a bit and found that when i try running an applet > demo, it throws an exception as follows.I was not able to find the library > libstdc++-libc6.0-1.so.2 on my machine.I am running the kernel 2.2.3 and > the redhat 5.2 installation.Can anyone tell me what the problem is

Re: JDK 1.2 pre-v1: Missing shared library

1999-03-09 Thread Carsten Hoeger
e opened. In that case, a shared library > libstdc++-libc6.0-1.so.2 is not found (detailed error message attached). > I know of libstdc++* shared libraries, but this name is strange to me. > Any suggestions? ln -sf /usr/lib/libstdc++.so.2.9.0 /usr/lib/libstdc++-libc6.0-1.so.2 -- m

Re: JDK 1.2 pre-v1: Missing shared library

1999-03-09 Thread Kevin Ryan
RTFM The workaround was posted many messages ago -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: JDK 1.2 pre-v1: Missing shared library

1999-03-09 Thread Moses DeJong
to Linux. I've downloaded JDK > 1.2 pre-v1 for i386 and have tried to run it on a Pentium PC with 2.0.36 > kernel (SuSE 6.0 distribution). Everything is running fine as long as no > X11 window has to be opened. In that case, a shared library > libstdc++-libc6.0-1.so.2 is not fou

JDK 1.2 pre-v1: Missing shared library

1999-03-09 Thread Mark Minas
Hi, thanks for your work on porting JDK 1.2 to Linux. I've downloaded JDK 1.2 pre-v1 for i386 and have tried to run it on a Pentium PC with 2.0.36 kernel (SuSE 6.0 distribution). Everything is running fine as long as no X11 window has to be opened. In that case, a shared library li

Re: library path

1999-03-04 Thread Karthik Vishwanath
JAVA_HOME is the absolute path to the jdk directory > greetings > > On Wed, 3 Mar 1999, Donald Rudder wrote: > > > I'm haveing trouble useing javac. It says "No library path set." can > > any one help me?

Re: library path

1999-03-03 Thread Roman Zamitiz Carlos
Ingenieria, UNAM [EMAIL PROTECTED] On Wed, 3 Mar 1999, Donald Rudder wrote: > I'm haveing trouble useing javac. It says "No library path set." can > any one help me? > > > > > _ > DO YOU Y

library path

1999-03-03 Thread Donald Rudder
I'm haveing trouble useing javac. It says "No library path set." can any one help me? _ DO YOU YAHOO!? Get your free @yahoo.com address at http:/

Re: javac - library errors

1998-12-12 Thread Carlos Alberto Roman Zamitiz
> > > Lord Bodah wrote: > > > every time i try to compile, i get one of the following 2 errors: > > > > in X, i get: > > > > [Bodah@Bodah Bodah]$ javac > > No library path set. > > > > On just the console, i get: &g

Re: javac - library errors

1998-12-12 Thread Han,sang-hyuck
get one of the following 2 errors: > > in X, i get: > > [Bodah@Bodah Bodah]$ javac > No library path set. > > On just the console, i get: > > Unable to find native libraries in /usr/local/jdk/lib > > What i have in .profile and .bash_p

javac - library errors

1998-12-12 Thread Lord Bodah
every time i try to compile, i get one of the following 2 errors: in X, i get: [Bodah@Bodah Bodah]$ javac No library path set. On just the console, i get: Unable to find native libraries in /usr/local/jdk/lib What i have in .profile and .bash_profile are: JAVA_HOME

Could not load runtime library error

1998-11-15 Thread Avi Schwartz
library: /usr/lib/jdk1.1.6/bin/../lib/i686/green_threads/libjava.so I have a SuSE 5.2 machine on which I manually installed the 1.1.6 JDK that I downloaded from www.blackdown.org and on that machine I don't have this problem. Has anyone else seen this problem? How would I fix it? Thanks.

Failed to locate native library

1998-11-13 Thread alex andrejin
hi! after decompressing the x86 and x86_native, and setting THREADS_FLAG, i get the following message after trying to execute 'appletviewer applet.html': "Failed to locate native library" am i missing something he

Re: Native Library

1998-11-11 Thread Juergen Kreileder
Anyway, I installed jdk117_v1a on my linux system and whenever I type Ron> javac, I get the following error: Ron> Failed to locate native library in path: Ron> Juergen> The message is actually from kaffe's javac. Juergen> export PATH=/usr/local/jdk11

Re: Native Library

1998-11-11 Thread Juergen Kreileder
and whenever I type Ron> javac, I get the following error: Ron> Failed to locate native library in path: Ron> The message is actually from kaffe's javac. export PATH=/usr/local/jdk117_v1a:$PATH or installing kaffe should do the trick. Juergen

No library path set

1998-11-11 Thread Shin
Hi, I can't understand why javac keeps telling me "No library path set", please help me. It was running fine under Redhat5.0. I'm using Redhat5.1 and the 1.1.6 glibc v2 of the jdk. Thanks, Shin

Native Library

1998-11-11 Thread Ron Kinney
I hope that I am writing to the correct place. Any responses to this mail should be directed to this mail address for I have not subscribed to the list. Anyway, I installed jdk117_v1a on my linux system and whenever I type javac, I get the following error: Failed to locate native library in

Re: GTK+ AWT peer library for Java

1998-11-10 Thread peter
On Tue, 10 Nov 1998, Nigel Gamble wrote: >I've started a project to implement Java AWT peers in GTK+ (instead >of in Motif). Besides breaking the dependency on Motif, I >believe that this will make it simpler to integrate Java apps >into the Gnome desktop project. (See www.gtk.org and www.gnome.

GTK+ AWT peer library for Java

1998-11-09 Thread Nigel Gamble
I've started a project to implement Java AWT peers in GTK+ (instead of in Motif). Besides breaking the dependency on Motif, I believe that this will make it simpler to integrate Java apps into the Gnome desktop project. (See www.gtk.org and www.gnome.org). I'm intending to add this to the JDK1.

Re: Java Foundation Class / Swing library

1998-10-13 Thread Mario Camou
Swing works on Linux just fine, download the Solaris version and unpack it. -Mario. Gautham Nookala wrote: > Is the Swing library available for linux ? > > -- > Gautham > > (Vox) 901-522-8708(Email) [EMAIL PROTECTED] > >

Java Foundation Class / Swing library

1998-10-13 Thread Gautham Nookala
Is the Swing library available for linux ? --  Gautham (Vox) 901-522-8708    (Email) [EMAIL PROTECTED]  

Can't load library 'libjava.so' ??

1998-10-07 Thread Ioan Salau
Hi folks. When I try execute java, javac, jar ... I receive follow error message: Can't load library 'libjava.so'. My OS is linux RedHat 5.0 and I use JDK1.1.1. Thanks in advance. Ioan Salau from Sibiu, Romania Email: [

Re: Java missing library

1998-09-15 Thread Wim Ceulemans
-> >I am trying to install the v1.1.5 or 6 on my machine and I believe that I >should be installing the libc5 version of the java package. It is still >asking for the libX11.so.6. I am getting the package from ce.usu.edu. >. >../bin/i686/green_threads/java: can't lo

Java missing library

1998-09-15 Thread David_D_Winfield
Hello, I am trying to install the v1.1.5 or 6 on my machine and I believe that I should be installing the libc5 version of the java package. It is still asking for the libX11.so.6. I am getting the package from ce.usu.edu. . . . ../bin/i686/green_threads/java: can't load library 'l

Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-09 Thread Christopher Seawood
On Wed, 9 Sep 1998, Wim Ceulemans wrote: > If I try to install the main XFree86 package (XFree86-3_3_2-1_i386.rpm) I > get a message saying: > > pam > 0.59 is needed > Ok, I talked to Mike Wangsmo at RedHat and it looks as though there are problems with the updates directory. He said that thi

Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-09 Thread Wim Ceulemans
Wim Ceulemans wrote: >> Where to find Xwrapper or what is wrong? > Cristopher Seawood wrote: >Xwrapper is in the main XFree86 package. You need to install all of the >XFree86*-3.3.2 rpms as there were some security concerns that were >addressed, iirc. You'll then want to make /etc/X11/X a syml

Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-09 Thread Christopher Seawood
On Wed, 9 Sep 1998, Wim Ceulemans wrote: > Thanks for the information. I have my jdk1.1.6v4a running under RedHat4.2 > The library libXp is in XFree86-libs-3_3_3-2-1_i386.rpm. > > One problem though. Since I installed XFree86 3.3.2 (I installed all the > updates) my X server w

Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-09 Thread Bob Schaefer
or several releases of the jdk, so I'm surprised this > >seems to be such a big deal. If you look in the redhat-4.2/updates > >directory, you'll find the XFree86 3.3.2 rpms for libc5. > > > > Thanks for the information. I have my jdk1.1.6v4a running under Red

Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-09 Thread Wim Ceulemans
>On Tue, 8 Sep 1998 [EMAIL PROTECTED] wrote: > >> | --- >> | In message <H8c30cd35ac5@MHS>, [EMAIL PROTECTED] writes: >> | >> | I have the same setup as Wim does (RedHat4.2) and encounter the >> | same problems: can't load library l

Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-08 Thread Christopher Seawood
On Tue, 8 Sep 1998 [EMAIL PROTECTED] wrote: > | --- > | In message <H8c30cd35ac5@MHS>, [EMAIL PROTECTED] writes: > | > | I have the same setup as Wim does (RedHat4.2) and encounter the > | same problems: can't load library libXp.so.6 . > | >

Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-08 Thread A . KLOS
| --- | In message <H8c30cd35ac5@MHS>, [EMAIL PROTECTED] writes: | | I have the same setup as Wim does (RedHat4.2) and encounter the | same problems: can't load library libXp.so.6 . | | For now, you want to grab the .tar.gz for libc5 and install it by hand. Actually I

Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-08 Thread Stephen Wynne
In message <H8c30cd35ac5@MHS>, [EMAIL PROTECTED] writes: I have the same setup as Wim does (RedHat4.2) and encounter the same problems: can't load library libXp.so.6 . For now, you want to grab the .tar.gz for libc5 and install it by hand.

Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-08 Thread A . KLOS
I have the same setup as Wim does (RedHat4.2) and encounter the same problems: can't load library libXp.so.6 . Upgrading to a newer version of XFree86 should be easy with the RPM mechanism of RedHat. Unfortunately RedHat 4 is linked against libc5 and RedHat 5.x is linked against libc6 (

Re: JDK1.1.6v4a can't find library libXp.so.6

1998-09-08 Thread Mats Petersson
On Tue, 8 Sep 1998, Wim Ceulemans wrote: > Hi > > I have upgraded my jdk1.1.6v2 to jdk 1.1.6v4a and ran into an error. After > installing when I run javac it displays the following error: > > /usr/local/jdk1.1.6v4a/bin/../bin/green-threads/java: Can.t load library > libXp.

JDK1.1.6v4a can't find library libXp.so.6

1998-09-08 Thread Wim Ceulemans
Hi I have upgraded my jdk1.1.6v2 to jdk 1.1.6v4a and ran into an error. After installing when I run javac it displays the following error: /usr/local/jdk1.1.6v4a/bin/../bin/green-threads/java: Can.t load library libXp.so.6 Does anyone know what is in libXp and where to find it? or what is the

Re: Library path not set

1998-05-22 Thread Stephen Wynne
In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: [1.1.5v7] does not work with the following error message (or something very similar) when I try and compile a test class with javac test.class: Library path not set. Patrick, Hmm, I wonder where this is comin

Library path not set

1998-05-22 Thread Patrick_Morris
test.class: Library path not set. I have set PATH to point at the appropriate directory and have tried setting and not setting the CLASSPATH variable. Is there something I am doing wrong? Could it be I need to upload the latest glibc libraries? Is there an other environment variable (for example