Re: Creating non-sun RMI Registry

1998-06-29 Thread Jason Gilbert
On Mon, 29 Jun 1998, Jason Dillon wrote: > Does anyone happen to know how to install a non-sun RMI Registry object that > Naming will talk to? I can't seem to find any documentaion on this at all. I > rather suspect that it is not possible, but why the Registry interfaces? By non-sun you appa

Creating non-sun RMI Registry

1998-06-29 Thread Jason Dillon
Does anyone happen to know how to install a non-sun RMI Registry object that Naming will talk to? I can't seem to find any documentaion on this at all. I rather suspect that it is not possible, but why the Registry interfaces? --jason

RE: NetBeans 2.0 beta with TYA

1998-06-29 Thread Liam Magee
At least the screen shot looked nice - I continually get a 'The transfer limit for this user has been reached' error after that. Liam.

NetBeans 2.0 beta with TYA

1998-06-29 Thread Toni Nikkanen
Has anyone else had success using the free (as in free beer) beta of the NetBeans IDE? It looks wonderful, but is way too slow on a P2-233 192MB system interpreted. I've tried TYA 0.7 with libc5 JDK 1.1.6v2 on a Red Hat 4.2 system with all upgrades, and RH 5.0 system with all upgrades, to the sa

Re: Bug in AWT event handling ?

1998-06-29 Thread marcel
On Mon, Jun 29, 1998 at 11:03:05AM +0200, Stefan Poppe wrote: > Hello, > > I'd like to report what I consider a bug in AWT event handling: > > Create a Canvas and enable MouseEvents for it. Clicking on this canvas > delivers > three MouseEvents to the method processMouseEvent: one for MOUSE_DOW

Re: Troubling getting JDK1.1.6v2 to work

1998-06-29 Thread 49WANG
I had this problem a week ago. The problem is that Red Hat Linux 5.0 need the updated glibc-2.07.13 library. Please download from ftp://ftp.redhat.com/pub/redhat/RedHat 5.0/updates/. Also, from my personal experience, use tar.gz package instead of rpm package. After applying the newer glibc a

Re: Troubling getting JDK1.1.6v2 to work

1998-06-29 Thread Paul Ho
At 11:03 AM -0400 06/29/98, J. Robert Buchanan wrote: >Hello, > > I installed the jdk1.1.6 package on my RedHat Linux 5.0 system >(installed originally from the RedHat CD's). When I try to run "java" >I get a segmentation violation error like this: Please check RedHat's errata : http://www.

Troubling getting JDK1.1.6v2 to work

1998-06-29 Thread J. Robert Buchanan
Hello, I installed the jdk1.1.6 package on my RedHat Linux 5.0 system (installed originally from the RedHat CD's). When I try to run "java" I get a segmentation violation error like this: banach.millersv.edu.buchanan> java -v webeq.wizard.Wizard SIGSEGV 11* segmentation violation Ful

Re: Problem with jdk1.1.3

1998-06-29 Thread Paul Ho
At 05:48 PM +1100 06/29/98, Markian Jaworsky wrote: >(Not sure if this got through - reposting) > >Specifically, when compiling a program which uses threads comes with: >robot.java - >"Could not instantiate /java/lang/Thread" > >//robot.java, an intended java 1.1 program >import java.awt.*; >impor

RE: Regexp utility classes...

1998-06-29 Thread Jason Nugent
Take a look at the Perl5Util classes at chewie.oroinc.com. They are quite nice. Jason On Mon, 29 Jun 1998, Gassoway, Paul wrote: > Per Widerlund writes: > > >but does anyone know of some good classes for handling regular > >expressions? > > I know of two at

Re: Regexp utility classes..

1998-06-29 Thread Kevin Ryan
I haven't tried these -- but here's a link to an existing package (that uses perl5-style regexps): http://www.win.net/~stevesoft/pat/

RE: Regexp utility classes...

1998-06-29 Thread Gassoway, Paul
Per Widerlund writes: >but does anyone know of some good classes for handling regular >expressions? I know of two at this site: http://www.gnu.ai.mit.edu/software/java/java.html Paul Gassoway

Regexp utility classes..

1998-06-29 Thread Per Widerlund
Hello List.. This may not be the appropriate mailing list to ask about this, but does anyone know of some good classes for handling regular expressions? /Per Widerlund

Modal Dialog bug.

1998-06-29 Thread pepr
Hi, Has anyone experience a problem with AWT dialog and Swing JDialog with jdk 1.1.6v2 libc5. All my dialog hang the machine on closing if I've set modal to true. They worked fine in 1.1.5v7. Regards, Richard

Re: A shift-key problem

1998-06-29 Thread pepr
On Sun, 28 Jun 1998, Darius Bacon wrote: > In awt's KeyEvents the shift key is not being recognized -- > event.isShiftDown() is false when it should be true. This is with > Swing 1.0.2 and JDK 1.1.6 v2 for libc5, under RedHat release 4.1 with > kernel 2.0.27. > > Has anyone else seen this, or

Bug in AWT event handling ?

1998-06-29 Thread Stefan Poppe
Hello, I'd like to report what I consider a bug in AWT event handling: Create a Canvas and enable MouseEvents for it. Clicking on this canvas delivers three MouseEvents to the method processMouseEvent: one for MOUSE_DOWN, one for MOUSE_RELEASED, and one for MOUSE_CLICKED. The getModifiers() me

Re: clarification regarding java-linux

1998-06-29 Thread pat cavanagh
hi mahesh, microcon wrote: > Hai, > > I would like to run my java applet in linux. I am not able to set the > classpath properly. > > steps which I had follwed is > > 1) I have unzipped tar file jdk1.1.5-v5-980311.tar.gz under linux > this bit is ok, take a not of where you untarred the file.

clarification regarding java-linux

1998-06-29 Thread microcon
Hai, I would like to run my java applet in linux. I am not able to set the classpath properly. steps which I had follwed is 1) I have unzipped tar file jdk1.1.5-v5-980311.tar.gz under linux 2) I opened the profile /etc/profile to check wheather path and classpath has set properly. but there w

Problem with jdk1.1.3

1998-06-29 Thread Markian Jaworsky
(Not sure if this got through - reposting) Specifically, when compiling a program which uses threads comes with: robot.java - "Could not instantiate /java/lang/Thread" //robot.java, an intended java 1.1 program import java.awt.*; import java.awt.applet.*; // The Thread class hasn't changed fro

Re: problem/fix

1998-06-29 Thread Stephen Wynne
In message <[EMAIL PROTECTED]>, Haw Juin Lin writes: is thre a better fix? Jon, The best bet is to add swap space. We're saying that the JDK needs at least 20MB of free VM to run. Of course it's nice if you can do that in physmem, but it's understandable if can't :) Linux lets you add