RE: JDBC - ODBC Bridge on Linux

1999-08-28 Thread John N. Alegre
Why do you need a JDBC-ODBC bridge? Doesn't MySQL hava a good JDBC driver? I thought theirs was one of the best available on Linux. Just wondering. john On 27-Aug-99 Patrick & Freda wrote: > Hi everyone, > > I have installed MySQL, MyODBC and unixODBC on my Linux Redhat platform. > > Now i a

Re: idltojava

1999-08-28 Thread ILAVARASAN
On Sat, 28 Aug 1999, Tom Jenkins wrote: > > > > Is there a port of the idltojava-compiler for Linux. Where do I find it? > > > > Thanks > > Matts > > Sure there are. But they're dependant on the ORB that your using. > Your ORB vendor will provide you with the idl->java compiler that > g

Re: loading shared libraries

1999-08-28 Thread Sheng-Yih Wang
I've experienced the same problem before. Try System.load("/home/srcd/foo/libJLinkNativeLibrary.so"); This works for me, although I think the System.loadLibrary() should work at the first place. Sheng-Yih. - Original Message - From: Solomon Douglas <[EMAIL PROTECTED]> To: <[EMAIL PROTEC

loading shared libraries

1999-08-28 Thread Solomon Douglas
I'm having trouble loading a JNI library from a nonstandard location. I'm using the following code: static { System.setProperty("java.library.path", System.getProperty("java.library.path") + ":/home/srcd/foo"); System.err.println(System.getP

Installation Problem

1999-08-28 Thread William D.Webb
I've been trying to install this Blackdown JDK on my RedHat system. I keep getting this error when I run 'java'. Error: can't find libjava.so Any ideas? I so much as manually copied the .so files to my /usr/lib directory. Ge

Re: Bug in v1.1.7_v3 Native Threads?

1999-08-28 Thread James H. Cloos Jr.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I just tested it on my mostly RH60 box. In IBM's 1.1.6, the threads alternate their output. The same occurs in BD's 1.2 w/ native threads and in 1.1.7_v1a w/ native threads. Both 1.2 and 1.1.7_v3 w/ green threads starve thread 2. 1.1.7_v1a fails to

Re: idltojava

1999-08-28 Thread Tom Jenkins
> > Is there a port of the idltojava-compiler for Linux. Where do I find it? > > Thanks > Matts Sure there are. But they're dependant on the ORB that your using. Your ORB vendor will provide you with the idl->java compiler that generates the java classes the ORB is expecting. We played ar

Re: idltojava

1999-08-28 Thread Peter Mount
On Sat, 28 Aug 1999, Matthias Sprünglin wrote: > Hi everybody > > Is there a port of the idltojava-compiler for Linux. Where do I find it? I haven't seen one yet (I have to resort to using the Win32 version) :-( Peter -- Peter T Mount [EMAIL PROTECTED]Tel +44 (0) 7990 8984

Re: X-server

1999-08-28 Thread Peter Mount
On Wed, 25 Aug 1999, Hanno Saks wrote: > Hi! > > Is out there available (or is even possible to do) any applets which can act > in framed HTML page as Xserver client There is a neat utility called VNC which allows you to access X or even Win32 servers using either a custom viewer or a Web Brows

idltojava

1999-08-28 Thread Matthias =?unknown?q?Spr=FCnglin?=
Hi everybody Is there a port of the idltojava-compiler for Linux. Where do I find it? Thanks Matts -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]