Keyboard listener doesn't work with appletviewer.

1999-07-23 Thread Bob Cadenza
I can't get keyboard input to work with the jdk117_3 appletviewer. MouseListener works but not KeyListener, but it does in netscape. Thanks, Bri _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: netscape 4.61, Java, Redhat 6.0

1999-07-23 Thread Riyad Kalla
I'm not having the lockup problem either... althought in general netscape locks up a fair amount.. its fun, I get the realiability of windows ported to the linux platform... Anyhow, that's my two-cents. Paul Ho wrote: > At 11:58 AM -0400 07/23/99, Nelson Minar wrote: > >Could it really just be

Re: Invalid DatagramSocket option

1999-07-23 Thread Chris Abbey
Is your kernel multicast aware? cabbey at home dot net <*> http://members.home.net/cabbey I want a binary interface to the brain! Today's opto-mechanical digital interfaces are just too slow! -- To UNSUBSCRIBE, em

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

1999-07-23 Thread drfrog
Steve Nguyen wrote: > Hi (not answing your next question yet), > > I don't think that you need to use JavaMail for just sending mail. It over kills. I >have written a program for sending mail from any apps/servlets (like formmail) with >source. Send me off-list if you want it so I can send to y

Re: netscape 4.61, Java, Redhat 6.0

1999-07-23 Thread Daniel W. Dulitz x108
Paul Ho writes: > No problem here. Netscape communicator 4.61 from Redhat rpm on > RedHat 6.0 with updates from (updates|rawhide).redhat.com Interesting. So 4.61 seems not to be the (only) culprit. However, 4.5, 4.6, and 4.61 all had nasty Java problems for me, under both RedHat 5.2 with update

Re: Jrun on linux and apachie?

1999-07-23 Thread Rachel Greenham
Brent Allsop wrote: > > Folks, > > I'm attempting to get java server pages and java servlets > running on a remote Linux box (Redhat 6.0) with apache. I only have > access to this linux box via telnet, no X or any graphics. > > What's the best JVM to use for something like this

Re: netscape 4.61, Java, Redhat 6.0

1999-07-23 Thread Zdenek Kabelac
> Nelson Minar writes: > > >I've not had that many problems with Netscape and Java. > > > > Could it really just be me? > > No. I finally had to disable Netscape 4.61 Java. I'd say 75% of all > applets cause either the 100%-CPU-utilization problem or the > instant-Netscape-crash problem. Hav

Re: netscape 4.61, Java, Redhat 6.0

1999-07-23 Thread Paul Ho
At 11:58 AM -0400 07/23/99, Nelson Minar wrote: >Could it really just be me? I'm running pretty basic Netscape, about >the only change I made was running Fortify over the browser. Trivial >applets like > >http://nelson.www.media.mit.edu/people/nelson/research/mas964/ps2/CircleRepetition.html >ar

Invalid DatagramSocket option

1999-07-23 Thread Larry Hsiao
Hi, I have an applet that performs a multicast function on a Linux machine. The browser used is Netscape communicator 4.51. The applet is a signed applet and has passed the "Multicast" privilege checking when the applet is executed. Right after the privilege checking, the applet attempts to insta

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

1999-07-23 Thread Steve Nguyen
Hi (not answing your next question yet), I don't think that you need to use JavaMail for just sending mail. It over kills. I have written a program for sending mail from any apps/servlets (like formmail) with source. Send me off-list if you want it so I can send to you. Steve Nguyen C.E.O. KBM

Re: Java IDE for Linux?

1999-07-23 Thread Tim Reilly
> My preference is XEmacs (http://www.xemacs.org/) with JDE > (http://sunsite.auc.dk/jde/) and the JDK. > I apologize that this is off-topic, but I just showed this combination to my boss and he asked if there was a similar (X)Emacs dev environment for Perl. Anyone know if there is and if so wh

Revisited: Sending mail from an application (Pre-v2 JDK, Redhat 6.0)

1999-07-23 Thread agetchel
Hey guys, Thanks for all of your help! I can now send e-mail from Java apps... almost. =) I download, installed, and used the JavaMail extensions, but am now having another problem. The machine that this app is running on does not have sendmail on it and by default it is trying to conne

Re: netscape 4.61, Java, Redhat 6.0

1999-07-23 Thread Nathan Meyers
Nelson Minar wrote: > > So basically, Netscape 4.61 is whacked for Java. On Redhat 6.0, Redhat > 5.2, and Debian potato. Yay! > > What's frustrating is this stuff used to work. I was using Netscape > 4.5 for the longest time with Java with no problems. So maybe it's a > recent Netscape bug, rath

Bad file descriptors and other nasty things.

1999-07-23 Thread Dustin Lang
Hi, I'm having some real grief with "java.io.IOException: Bad file descriptor" messages. I'm getting these not only on data file I'm reading (cached web docs in this case), but also on class files, which causes the NoClassDefFoundErrors of my previous few posts. I've tried stracing it, and her

Re: netscape 4.61, Java, Redhat 6.0

1999-07-23 Thread Nelson Minar
So basically, Netscape 4.61 is whacked for Java. On Redhat 6.0, Redhat 5.2, and Debian potato. Yay! What's frustrating is this stuff used to work. I was using Netscape 4.5 for the longest time with Java with no problems. So maybe it's a recent Netscape bug, rather than a Linux version problem. I

Re: netscape 4.61, Java, Redhat 6.0

1999-07-23 Thread Nigel Gamble
On Fri, 23 Jul 1999, Nelson Minar wrote: > Could it really just be me? I'm running pretty basic Netscape, about > the only change I made was running Fortify over the browser. Trivial > applets like > >http://nelson.www.media.mit.edu/people/nelson/research/mas964/ps2/CircleRepetition.html > are

Re: netscape 4.61, Java, Redhat 6.0

1999-07-23 Thread Chris Woods
[EMAIL PROTECTED] (Nelson Minar) writes: > >I've not had that many problems with Netscape and Java. > > Could it really just be me? I'm running pretty basic Netscape, about > the only change I made was running Fortify over the browser. Trivial > applets like > >http://nelson.www.media.mit.ed

unsubscribe

1999-07-23 Thread COFFMAN Steven
-Original Message- From: Nacho Mayorga [mailto:[EMAIL PROTECTED]] Sent: Friday, July 23, 1999 2:12 PM To: Java Linux Subject: Problems with Java 1.2 pre-v1 on Linux Madrid, July 23rd 1999 Hi, I've got Java 1.2 pre-v1 installed on RedHat 6.0. While trying to compile (

Problems with Java 1.2 pre-v1 on Linux

1999-07-23 Thread Nacho Mayorga
Madrid, July 23rd 1999 Hi, I've got Java 1.2 pre-v1 installed on RedHat 6.0. While trying to compile (javac) one version of the world-infamous HelloWorld applet (just for trying purposes) the following error occurred: *** panic: GC: getStickySystemClass failed: java/lang/ref/Re

Re: Java IDE for Linux?

1999-07-23 Thread Paolo Ciccone
> "GP" == Guillermo Payet <[EMAIL PROTECTED]> writes: GP> Hello, GP> Can someone recommend a Java Development environment for GP> Linux? That is: an IDE to develop Java code, not necessarily GP> written in Java. I know that this is a shameless plug but we just finished show

Re: netscape 4.61, Java, Redhat 6.0

1999-07-23 Thread Daniel W. Dulitz x108
Nelson Minar writes: > >I've not had that many problems with Netscape and Java. > > Could it really just be me? No. I finally had to disable Netscape 4.61 Java. I'd say 75% of all applets cause either the 100%-CPU-utilization problem or the instant-Netscape-crash problem. Best, daniel dulitz

Re: Java IDE for Linux?

1999-07-23 Thread Guillermo Payet
Thanks for all the answers. After spending a lot of time last night testing a multitude of products, I'm going the xemacs/jde route. --G -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". T

netscape 4.61, Java, Redhat 6.0

1999-07-23 Thread Nelson Minar
>I've not had that many problems with Netscape and Java. Could it really just be me? I'm running pretty basic Netscape, about the only change I made was running Fortify over the browser. Trivial applets like http://nelson.www.media.mit.edu/people/nelson/research/mas964/ps2/CircleRepetition.ht

Re: Minor jdbc question.

1999-07-23 Thread matt
Matt Zagni wrote: > > Ok, > > jdbc works for simple select statements like.. > > But how can you pass this statement > select count(*) from col That will depend on your DBMS - JDBC is just a pipe (for the most part,) sending information to the database back end. What database system are you

Minor jdbc question.

1999-07-23 Thread Matt Zagni
Ok, jdbc works for simple select statements like.. select * from col But how can you pass this statement select count(*) from col or a more complex statement. Many thanks Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: Sending mail from an application (Pre-v2 JDK, Redhat 6.0)

1999-07-23 Thread peter johnson
You don't need any extensions; Java 1.1 can do all the common URLs. try this: /** send e-mail to current e-mail address; */ private static void sendEmail (String text) { // missing address if (email == null || email.length () < 1) System.out.println ("No e-mail address sp

Re: Sending mail from an application (Pre-v2 JDK, Redhat 6.0)

1999-07-23 Thread Jan-Henrik Haukeland
[EMAIL PROTECTED] writes: > How would one go about sending e-mail from an application? I have > tried doing it via the Runtime.exec() method and running a long drawn out > 'mail' command, but the system executes it too fast and it ends up getting > garbled in the process. Any ideas? Open

Re: DB2, Linux & Java Experiences

1999-07-23 Thread Urban Widmark
On Thu, 22 Jul 1999, Alexander Schatten wrote: > I am searching for a database for my new project. now there are really a > lot of RDBMS systems for Linux (nearly too much!). at the moment I am > playing with mySQL, which is nice, simple, but lacks some functionality: > foreign keys, first of all

JavaWebServer1.1.3 build probs. Now Working

1999-07-23 Thread Matt Zagni
Well the problem is now fixed and the WebServer is ok. A few teething problems on the build but all is working Are there any problems with the Server in general that anyone has found ? I wish to create servlets and connections to Oracle via jdbc. Many thanks Matt