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 'java -Xrunheappro

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]

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

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: "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: 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

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 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