Quick Cash for Christmas

1998-11-10 Thread smp
Are you ready for the Holidays? How about a head start? NOW would be a GREAT time to get ready for the HOLIDAYS !! You probably have received this in the past and done nothing about it, then wondered about it. It really does work. All you need is to invest some time and effort into this, but

OROMatcher & www.oroinc.com

1998-11-10 Thread Jason Dillon
Does anyone know what happened to oroinc.com? They produced a rather fullfeatured regular expression engine called OROMatcher, but it seems like there website has been down for a really long time... and I was wondering if any of you may know what happened to them. --jason

Re: Anyone tried JNI Interface via dlopen/dlsym methods? I SEGV with it.

1998-11-10 Thread Juergen Kreileder
> Bernd Kreimeier writes: Bernd> Kenneth & Susan writes: >> I'm having trouble loading the java libraries and accessing the >> JNI Interfaces using dlopen/dlsym/dlclose. >> This works fine on Solaris, but for some reason it fails on Linux. >> First I use dlopen to load lib

java error

1998-11-10 Thread Tom Jenkins
I'm forwarding this message here for Greg. Any help would be appreciated. >Mail-For: <[EMAIL PROTECTED]> >Date: Tue, 10 Nov 1998 20:21:59 -0500 >From: gregory j pryzby <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >X-Mailer: Mozilla 4.5 [en] (X11; I; Linux 2.1.125 i586) >X-Accept-Language: en

jdk1.2

1998-11-10 Thread Desmond Fletcher
When will there be a jdk1.2 port? What impact will sun's port for linux have on your operation?

RE: JDK licensing (was Re: A Scenerio)

1998-11-10 Thread Mark H. Wilkinson
> Could someone explain the differences between a reference implementation and > a production. It's a distinction in code quality, similar to the difference between beta software and a full release. A reference implementation is an implementation which is supposed to indicate how a paper standard

Re: Sun's Commitment to Port JDK 1.2 to Linux

1998-11-10 Thread Tony Pujals
>There are actual engineers @ Sun who are writing code. We'd be nowhere near as >far along as we are without their help. > >It is my belief that the Linux port will be advertized along with the other >licensees ports on Sun's Java ports page. > >Steve > Awesome! Tony --

Re: String to char conversion

1998-11-10 Thread mlorton
> I have a string that contains the characters \u201a - that is a six > character string. How do I convert this to a single Unicode char ? Well, if you *know* it begins with "\u", (char) Integer.parseInt(s.substring(2), 16); will work M.

Re: which is the best CORBA/Java implementation?

1998-11-10 Thread Perry J. Hoekstra
Christopher Hinds wrote: > OrbixWeb 3.0 from Iona > www.iona.com > Chris > :-> Yes, but unlike Visigenics (Inprise), the IDL compiler is not written in Java. Therefore the IDL compiler is toast on a Linux box. For both Visigenics and OrbixWeb, the daemon is also platform specific. Finally, bot

JDBC 2.0

1998-11-10 Thread Paul Siegel
Hello - I'm running the blackdown JDK 1.1.6 v6, and trying to write some code using JDBC (I've got the postgreSQL JDBC driver running). I've been using the documentation from www.javasoft.com to help me along, and suddenly discovered that many of the calls I want to use are implemented only in J

String to char conversion

1998-11-10 Thread Jerry Treweek
Hi I've looked everywhere (except in the right place) and I can't find something that should be so obvious when you tell me it will smack me in the face and I'll hide in shame for a year! I have a string that contains the characters \u201a - that is a six character string. How do I convert this

Re: which is the best CORBA/Java implementation?

1998-11-10 Thread Christopher Hinds
OrbixWeb 3.0 from Iona www.iona.com Chris :-> Bruno Boettcher wrote: > Hello, > > i wanted to distribute the simulator i am writing with rmi, was then pointed > out that it would be a lot better if i would use CORBA, i have read a book > about it, and in fact this seems to be true > > Now RM

Reading passwords from System.in w/o echo

1998-11-10 Thread Bastian Kleineidam
Hello, I have a problem with reading passwords or other secure information under Javas stdin object System.in. I want to have the same behaviour as in passwd, that means I dont want to see the typed characters echoed on the screen. Could you give me a hint? Sincerely, Bastian Kleineidam

which is the best CORBA/Java implementation?

1998-11-10 Thread Bruno Boettcher
Hello, i wanted to distribute the simulator i am writing with rmi, was then pointed out that it would be a lot better if i would use CORBA, i have read a book about it, and in fact this seems to be true Now RMI is bundled with the JDK, as far as i have seen the official CORBA/Java bindings w

Anyone tried JNI Interface via dlopen/dlsym methods? I SEGV with it.

1998-11-10 Thread Bernd Kreimeier
Kenneth & Susan writes: > I'm having trouble loading the java libraries and accessing the > JNI Interfaces using dlopen/dlsym/dlclose. > This works fine on Solaris, but for some reason it fails on Linux. > First I use dlopen to load libjava.so, then > I use dlsym to get the addresses for the

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.

Re: JDBC on Linux

1998-11-10 Thread peter . pilgrim
Have you tried the list of 3rd party drivers at http://www.javasoft.com/products/jdbc/jdbc.drivers.html ? __ Reply Separator _ Subject: JDBC on Linux Author: carlos ([EMAIL PROTECTED]) at lon-mime Date:09/11/98 16:51 I have

Re: JDBC on Linux

1998-11-10 Thread Robert P. Biuk-Aghai
Hi, We also have a Sybase System 10 DBMS, so I'm interested in the JDBC driver. Where can I get it? Is it an unlimited free version or only a time-limited evaluation version? Last time I tried, I could only find a 30-day evaluation version of the Sybase driver (which was good enough to give a 3-w

Re: JDBC on Linux

1998-11-10 Thread Joe Carter
Carlos Alberto Roman Zamitiz wrote: > > I have an applet which imports java.sql and it provides DB access, Sybase > system 10 specifically, and my applet works fine but I programmed my > applet on Win32. I downloaded the driver ConnectSoftware's FastForward and > now I'm with Linux (and I'll be w

Re: Sun's Commitment to Port JDK 1.2 to Linux

1998-11-10 Thread Steve Byrne
[EMAIL PROTECTED] writes: > My understanding (this release that you link to is very nebulous...it > doesn't really say the level of support) from what SB has said on this > list is that they are just giving the team early-access to the source > code AND the compatibility checker (JCK). Is