No luck with thread

1998-06-30 Thread Markian Jaworsky
Still no luck with the suggested thread change. 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.*; public class robot extends Applet

Re: More keyboard problems

1998-06-30 Thread Steve Cohen
Juergen Kreileder wrote: > Steve Cohen <[EMAIL PROTECTED]> writes: > > > Joachim Schaaf wrote: > > > > > Steve Cohen wrote: > > > > > > > > I am getting my feet wet with java-linux. > > > > As a first step, I am simply copying code from the disk included with > > > > the book > > > > "Java for

Registering open-source projects

1998-06-30 Thread Maksim Lin
Hello all, Apologies for the off-topic cross-post but I thought these 2 mail-lists would contain people with a general interest in this topic. I just wanted to pass on the gist of some emails I exchanged with Patrick Lenz (freshmeat maintainer). Basically I asked if they were happy to have java

Re: More keyboard problems

1998-06-30 Thread Juergen Kreileder
Steve Cohen <[EMAIL PROTECTED]> writes: > Joachim Schaaf wrote: > > > Steve Cohen wrote: > > > > > > I am getting my feet wet with java-linux. > > > As a first step, I am simply copying code from the disk included with > > > the book > > > "Java for C/C++ Programmers" by Michael C. DaConta. >

Re: More keyboard problems

1998-06-30 Thread Steve Cohen
Joachim Schaaf wrote: > Steve Cohen wrote: > > > > I am getting my feet wet with java-linux. > > As a first step, I am simply copying code from the disk included with > > the book > > "Java for C/C++ Programmers" by Michael C. DaConta. > > The first "Hello World" program worked okay but the sec

RE: Citrix ICA client

1998-06-30 Thread Andrew An(Tae-Yoon)
I ran citrix ICA client a few times in Linux. Even in Pentium 200, it gave low performance(speed). But It was an exciting experienece. > -Original Message- > From: Steven Heutinck [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, July 01, 1998 2:55 AM > To: [EMAIL PROTECTED] > Subject: Ci

Re: still problem in key listener

1998-06-30 Thread Juergen Kreileder
"Andrew An(Tae-Yoon)" <[EMAIL PROTECTED]> writes: > Thanks for reply. > I replaced input.requestFocus with display.requestFocus. > But it didn't solve the problem.Nothing changed.Would you give me more > ideas? Did you also change 'KeyTyped' to 'keyTyped'? With these modifications your code work

still problem in key listener

1998-06-30 Thread Andrew An(Tae-Yoon)
Thanks for reply. I replaced input.requestFocus with display.requestFocus. But it didn't solve the problem.Nothing changed.Would you give me more ideas? Bye.

Re: Creating non-sun RMI Registry

1998-06-30 Thread Jason Gilbert
Jason Dillon wrote: > > Were you able to attach it to java.rmi.Naming? Yes? I was able to access it using the java.rmi.Naming interface. You just have to make sure you give it valid names I believe. Look at the Naming source that comes w/ the jdk. Unless you aren't tainted yet;^) The Naming

Re: Creating non-sun RMI Registry

1998-06-30 Thread Jason Dillon
Were you able to attach it to java.rmi.Naming? --jason On 30-Jun-98 Jason Gilbert wrote: > > 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

Event model, etc

1998-06-30 Thread Cailen Fisher
I am just starting to mess with the GUI, and I'm having trouble getting my event handling to work in applications with java 1.1... Any thoughts? Thanks.

RE: How many sockets can you serve?

1998-06-30 Thread Stefaan A Eeckels
On 30-Jun-98 Charles Forsythe wrote: > I have a simple client/sever benchmark (code below) designed to see how > many simultanious open sockets I can sustain. The answer seems to be > about 250. This is really sad because the crufty HP-UX JDK 1.1.3 > managed to make it to 1200. The excepti

Re: How many sockets can you serve?

1998-06-30 Thread Uncle George
maybe i should have more clearly stated, thats for java/vm/linux. the "C" interface to the os has been "enhanced" to work with linux et al. That limit need not be there, i guess its just another ti=hing to look at gat Charles Forsythe wrote: > > I suspect at this time it is a hard coded limit in

Re: How many sockets can you serve?

1998-06-30 Thread Charles Forsythe
> I suspect at this time it is a hard coded limit in java/vm. Hmmm... possible, but why is it different for HP and Linux? Why is it, for that matter, *worse* in JDK 1.1.6 on Linux than 1.1.3 on HP-UX? -- Charles

Re: How many sockets can you serve?

1998-06-30 Thread Bruce J. Carter
Charles Forsythe wrote: > > Fellow Java Linux users: > > I have a simple client/sever benchmark (code below) designed to see how > many simultanious open sockets I can sustain. The answer seems to be > about 250. This is really sad because the crufty HP-UX JDK 1.1.3 > managed to make it to 120

subscribe

1998-06-30 Thread Juergen Hartmut Koch
S/MIME Cryptographic Signature

Re: How many sockets can you serve?

1998-06-30 Thread Uncle George
I suspect at this time it is a hard coded limit in java/vm. Not just for sockets in particular, but for the sum of all opened channels gat Charles Forsythe wrote: > Fellow Java Linux users: > > I have a simple client/sever benchmark (code below) designed to see how > many simultanious open socket

How many sockets can you serve?

1998-06-30 Thread Charles Forsythe
Fellow Java Linux users: I have a simple client/sever benchmark (code below) designed to see how many simultanious open sockets I can sustain. The answer seems to be about 250. This is really sad because the crufty HP-UX JDK 1.1.3 managed to make it to 1200. The exception is weird, too. Linux

Re: JDK 1.1.5/1.1.6 glibc dump

1998-06-30 Thread Bernd Kreimeier
Michael Plump writes: > > Happens with and without greenthreads/libc|libdl in the > > LD path. RedHat 5.1, glibc-2.0.7-13. > check your /lib/ld.so.1 and /lib/libdl.so.1 and see what versions they are > (an "ls -l" should tell you) > then try running it with 1.9.6? 37146 May 10 04:49 /lib/li

Re: Linux native threads

1998-06-30 Thread Bernd Kreimeier
Stephen Zander writes: > In Private email with sbb, he informed me that the Sun developers > don't believe native threads gives any great advantage over green > threads in a uni-CPU environment. I could not care less about SMI's opinion in this regard. Green threads inhibit the Invocation API

Citrix ICA client

1998-06-30 Thread Steven Heutinck
Has anyone had any experience with the Citrix's Java ICA client running on Linux? Cheers, Steve Heutinck

Re: What's up in keyborad Listener?

1998-06-30 Thread Juergen Kreileder
"Andrew An(Tae-Yoon)" <[EMAIL PROTECTED]> writes: > I tested a few java program,including this program. > > import java.awt.*; > import java.awt.event.*; > import java.awt.event.KeyEvent; > > class KeyEventTest{ > public static void main(String[] args){ > KeyEventTest tester

Re: More keyboard problems

1998-06-30 Thread Juergen Kreileder
Steve Cohen <[EMAIL PROTECTED]> writes: > I am getting my feet wet with java-linux. > As a first step, I am simply copying code from the disk included with > the book > "Java for C/C++ Programmers" by Michael C. DaConta. > The first "Hello World" program worked okay but the second one, > attach

SSLava like ?

1998-06-30 Thread Mario Filipe
Hi Does anyone know if there is a product like SSLava (or similar as long as it implements SSL for java) available that is free ? Thanks. P.S : SSLava can be found at http://www.phaos.com Mario Filipe [EMAIL PROTECTED]

Re: Troubling getting JDK1.1.6v2 to work

1998-06-30 Thread J. Robert Buchanan
Feng, Thanks very much. I followed your suggestion and all seems to be well now. Thanks, Bob Buchanan ([EMAIL PROTECTED]) Phone: 717-872-3659, FAX: 717-871-2320, http://www.millersv.edu/~jbuchana Mathematics Dept. Millersville University P.O. Box 1002, Millersville, PA 17551-0302

Re: More keyboard problems

1998-06-30 Thread Joachim Schaaf
Steve Cohen wrote: > > I am getting my feet wet with java-linux. > As a first step, I am simply copying code from the disk included with > the book > "Java for C/C++ Programmers" by Michael C. DaConta. > The first "Hello World" program worked okay but the second one, > attached, does not. > On

More keyboard problems

1998-06-30 Thread Steve Cohen
I am getting my feet wet with java-linux. As a first step, I am simply copying code from the disk included with the book "Java for C/C++ Programmers" by Michael C. DaConta. The first "Hello World" program worked okay but the second one, attached, does not. On my RedHat 5.0 systems (yes, I've upg

Re: Problem with difference between Mac & Linux Java

1998-06-30 Thread Geoffrey S. Knauth
I think the problems you're having are with: System.in.skip(1);//remove nl The argument is a long, not an int, so 1L would probably be better. But the documentation for anInputStream.skip(long n) says: Skips over and discards n bytes of data from this input str

Re: Problem with difference between Mac & Linux Java

1998-06-30 Thread pat cavanagh
Eitzenberger Thomas wrote: > pat cavanagh wrote: > > > > } > > > System.in.skip(1);//remove nl > > > }while(prod!='x'&&prod!='X'); > > > System.out.println("Total Weekly Pay is $"+_total); > > >} > > > } > > > > > > > maybe one of these last l

Re: What's up in keyborad Listener?

1998-06-30 Thread Eitzenberger Thomas
Andrew An(Tae-Yoon) wrote: > key Event is never transmited to kl. > I use jdk1.1.5 and Linux Redhat 5.1. Well from my point of view let's use requestFocus() on the canvas ! mfg ET PS Beer Beer Beer !

Re: Problem with difference between Mac & Linux Java

1998-06-30 Thread Eitzenberger Thomas
pat cavanagh wrote: > > } > > System.in.skip(1);//remove nl > > }while(prod!='x'&&prod!='X'); > > System.out.println("Total Weekly Pay is $"+_total); > >} > > } > > > > maybe one of these last lines needs to change a little bit? > if you are rea

Re: Problem with difference between Mac & Linux Java

1998-06-30 Thread pat cavanagh
Glenn Valenta wrote: > I'm new to Java and have taken a course at CU Denver in Java > Programming. The course outline states (ironically) that you must > have W95 or a Mac to take the course. I have entered it using > Linux. All has been fine up till I turned in my first code. The > following c

Problem with difference between Mac & Linux Java

1998-06-30 Thread Glenn Valenta
I'm new to Java and have taken a course at CU Denver in Java Programming. The course outline states (ironically) that you must have W95 or a Mac to take the course. I have entered it using Linux. All has been fine up till I turned in my first code. The following code compiles and runs on my machin

Re: Regexp utility classes..

1998-06-30 Thread Pavel
I had some references but now have managed to find only one (but the best). It is free (but not GNU and no sources). Manages full Perl5 regular expression syntax. OROMatcher. http://www.oroinc.com/ All the Best Pavel Per Widerlund wrote: > > Hello List.. > > This may not be the appropriate ma