Real-Time Jini Services.

1999-07-27 Thread Nagaraj S.B
Hi everyone, While going through book/seller example of Jini which uses JavaSpace service, I found response time for data retrieve is very much which may not be suitable for Real Time objects.My question is, 1) Does Jini works well with real time objects?.Here we talk of response time of less than

Re: Intermittent freezes with JDBC for Oracle805

1999-07-27 Thread Robert Perry
Actually I have experienced some flakiness with the Oracle JDBC drivers under IRIX's JDK when using native threads, particularly when multiple thread were sharing the same DB connection. I think that is a legal thing to do, but maybe it is not. Peter Kovacs wrote: > The jdk1.2/demo/jfc/Tabl

Re: Linux JDK applets on other platforms

1999-07-27 Thread Chris Abbey
Allow me to clarify what I meant... IE 5 does not do Java(tm). There is a "byte code virtual machine" within IE5, which does actually recognize many (maybe all) of the same bytecodes as are defined in the Java Virtual Machine Spec, and there is a method library attached to this VM which contains s

Re: VerifyError

1999-07-27 Thread Louis Tribble
Tauren Mills wrote: > > I'm having a problem with a VerifyError occuring when I try to run an > application with JDK1.2pre-v2 under the JRun 2.3.1 Servlet engine. The > application and supporting class files have not changed. Neither has the > JRun installation. The only thing I have changed i

Unsubscribe

1999-07-27 Thread Anabela Gomes
Unsubscribe

VerifyError

1999-07-27 Thread Tauren Mills
I'm having a problem with a VerifyError occuring when I try to run an application with JDK1.2pre-v2 under the JRun 2.3.1 Servlet engine. The application and supporting class files have not changed. Neither has the JRun installation. The only thing I have changed is to move from JDK1.1.7 to 1.2p

Re: netscape 4.61, Java, Redhat 6.0

1999-07-27 Thread Zdenek Kabelac
> At 14:57 23/07/99 -0400, Nelson Minar wrote: > >So basically, Netscape 4.61 is whacked for Java. On Redhat 6.0, Redhat > >5.2, and Debian potato. Yay! > > Well, I'm running Netscape 4.61 on the Mandrake 6.0 release, and just can't > seem to get Netscape to crash at all! The only thing I would s

Re: memory -mx Option

1999-07-27 Thread Mark Andreas Meyer
Dimitris Vyzovitis wrote: > > "Nolte, Holger" wrote: > > > Hi, > > With the -mx (-ms) option you can allocate memory for the virtuelle machine. > > Has anybody an idea what the maximum of memory for the blackdown virtuelle > > machine is ? Can I allocate as much memory as I want or is there a pr

Re: Constructor/Inheritance wierdness

1999-07-27 Thread Peter Kovacs
The line has a dot too much (after "super") > super.(host,MetaType,TemplateType); -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: netscape 4.61, Java, Redhat 6.0

1999-07-27 Thread Nelson Minar
>Well, I'm running Netscape 4.61 on the Mandrake 6.0 release, and just can't >seem to get Netscape to crash at all! Thanks for the info, Todd. Anyone know how different Mandrake's libraries from Redhat? [EMAIL PROTECTED] . . . .

Re: Constructor/Inheritance wierdness

1999-07-27 Thread Rudi Streif
Tim, I guess this period is too much super.(host,MetaType,TemplateType); ^ It should be super(host,MetaType,TemplateType); And that's exactly what the compiler says: after a period it expects an identifier either a field or a method. Rudi -Original Message- From: Tim Reill

jre 1.2pre2 license?

1999-07-27 Thread Martin Schröder
What exactly is the license for the jre part of the 1.2pre2 jdk? LICENSE forbits redistribution of the jdk or any part of it. Correct? And when will that change, i.e. when will we have a freely distributable java2? Thanks in advance Martin -- Martin Schröder, [EMAIL PROTEC

RE: Constructor/Inheritance wierdness

1999-07-27 Thread Harold G. Andrews II
Tim, Try removing the '.' between 'super' and '('. It's expecting you to specify an actual member function of the superclass, not call the superclass's constructor. Hope this helps. -Andy > -Original Message- > From: Tim Reilly [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 27, 1999

Re: Constructor/Inheritance wierdness

1999-07-27 Thread Alex M.
I've never seen that. I've only seen constructors called like: super(param1, param2, ...); On Tue, 27 Jul 1999, Tim Reilly wrote: > Hi, hopefully this one's a quickie. I'm using blackdown jdk 117v3 and > getting the following error message when compiling my TemplateList class. > > Ac

Constructor/Inheritance wierdness

1999-07-27 Thread Tim Reilly
Hi, hopefully this one's a quickie. I'm using blackdown jdk 117v3 and getting the following error message when compiling my TemplateList class. According the the Java 1.1 specification I should be able to call the superclasses' constructor with this syntax. What am I doing wrong? Thanks, -Tim

Re: netscape 4.61, Java, Redhat 6.0

1999-07-27 Thread Todd Papaioannou
At 14:57 23/07/99 -0400, Nelson Minar wrote: >So basically, Netscape 4.61 is whacked for Java. On Redhat 6.0, Redhat >5.2, and Debian potato. Yay! Well, I'm running Netscape 4.61 on the Mandrake 6.0 release, and just can't seem to get Netscape to crash at all! The only thing I would say is that I

Re: Linux JDK applets on other platforms

1999-07-27 Thread Glenn Valenta
Chris Abbey wrote: > > Glenn's applet, while it functions fine while running, after quiting seems > to leave some nasty trails in the JVM which are chewing up memory, as well > as pitching expections around like crazy. Netscape's pathetic JVM just > can't handle that. Looks like your network thre

RE: Revisited: Sending mail from an application (Pre-v2 JDK, Redhat 6 .0)

1999-07-27 Thread agetchel
"mail.host" works like a charm. Thanks for the heads up on the DNS resolution issue! Thanks, Abe Abe L. Getchell - Systems Engineer System Support Services Kentucky Department of Education Voice 502-564-2020x225 E-mail [EMAIL PROTECTED] Web http://www.kde.state.ky.us/ -Ori

Re: memory -mx Option

1999-07-27 Thread Dimitris Vyzovitis
"Nolte, Holger" wrote: > Hi, > With the -mx (-ms) option you can allocate memory for the virtuelle machine. > Has anybody an idea what the maximum of memory for the blackdown virtuelle > machine is ? Can I allocate as much memory as I want or is there a practical > and/or theoretical upper limit

Re: Linux JDK applets on other platforms

1999-07-27 Thread peter johnson
Glenn, You're lucky - Netscape on Linux won't run some of my (perfectly coded, of course :-) applets. HotJava runs everything I can throw at it, along with appletviewer. Netscape on windoze 95 or IE 4.01 runs them; IE hangs on windoze 98. Tried installing the IE 50.0 upgrade and it rendered the

memory -mx Option

1999-07-27 Thread Nolte, Holger
Hi, With the -mx (-ms) option you can allocate memory for the virtuelle machine. Has anybody an idea what the maximum of memory for the blackdown virtuelle machine is ? Can I allocate as much memory as I want or is there a practical and/or theoretical upper limit ? Isnt it interesting that you nee