Java Plugin doesn't work

1998-10-16 Thread Robert P. Biuk-Aghai
I installed the Java Plugin (activator-linux-glibc) on Linux 2.0.34 with Netscape 4.06. At the end of installation I'm told: Java(TM) Plug-in installation done. but in the Netscape window it says: You do not have the Java(TM) Plug-in installed. I tried this several times. The first time

I want to volunteer

1998-10-16 Thread Vikas Shyam
I would like to volunteer for helping port the JDK on the LINUX platform. I would be very interested in areas which requires C programming, Java programming and/or automated regression test. Please send me the details on how could I help! Thanks! Vikas

Re: Xsql

1998-10-16 Thread peter . pilgrim
Whats the problem ? __ Reply Separator _ Subject: Re: Xsql Author: duan ([EMAIL PROTECTED]) at lon-mime Date:13/10/98 08:39 hi I am wondering if anyone in the list is using Xsql?It is a Java based database

Java language question: static classes ?

1998-10-16 Thread peter . pilgrim
I was looking at the Kim Topley "Core JFC" book particularly a convenience class to swith the Swing/JFC PLF (Chapter 13) the other day I found it was declared like ? protected static class SwitchPLAFClass { private Frame f;

Re: Working Button mnemonics under Linux Java?

1998-10-16 Thread peter . pilgrim
Ah ha! that would explain the current problem I have on my old fvwm2.0 stuff. ALT - CURSOR KEYS shift across Virtual Screen Look at the File menu title, set if the F is underlined. Look at the Ok button see if the o is underlined. I had a problem a few

Re: Java language question: static classes ?

1998-10-16 Thread Pavel
What is a static class? Making classes static has good sense if they are nested. Usually nested class object has hidden member referencing high level class object and hidden constructor parameters. But static nested class is just like a high level class. By the way, static public class

Re: Another Classpath question

1998-10-16 Thread Ernst de Haan
Hi Al, First of all: good thing you started off with Java, especially using Linux. Just a tip. You do realize that Java has a Date class similar to the one you've written, don't you? It's in the package java.util, docs are online at:

Re: setup question--aka, lifeless javac with RedHat 5.0 and jdk116_v5

1998-10-16 Thread Jim Ridenour
I am apparently who started this thread. I took everyone's suggestion and just now downloaded the updated glibc from RedHat named glibc-2.0.7-19.i386.rpmSuddenly jdk116_v5 started to work! If you're still having trouble, you can get it at

Re: Working Button mnemonics under Linux Java?

1998-10-16 Thread jim watson
... - There are so many places where the configuration in unix systems can "confuse" users. I have this problem too with my slackware v3.5, and i dont even know how to change the buttons. I got the attached from java Tutorial. It ignores alt-i but it registers a button press when i hit the

Re: Java Plugin doesn't work

1998-10-16 Thread Patrick Lamb
Robert P. Biuk-Aghai wrote: I installed the Java Plugin (activator-linux-glibc) on Linux 2.0.34 with Netscape 4.06. At the end of installation I'm told: Java(TM) Plug-in installation done. but in the Netscape window it says: You do not have the Java(TM) Plug-in installed. I

Re: Java language question: static classes ?

1998-10-16 Thread peter . pilgrim
I think I am fast asleep of course it is STATIC MEMBER. __ Reply Separator _ Subject: Re: Java language question: static classes ? Author: Peter Pilgrim at London Date:16/10/98 13:11 Weirdo So

Re: Java language question: static classes ?

1998-10-16 Thread Pavel
So public static SwitchPLAFAction { ... } is a just java object class that is really instantied just once, like some sort of singleton? No, no. I did not mean that static classes are related to singletons. They are not AFAIK. Actually I have used a modified version of

RE: Sun's ORB Java-Linux

1998-10-16 Thread A . KLOS
-- | From: gutier / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: Sun's ORB Java-Linux | Date: Wednesday, October 14, 1998 4:14AM | | Has anyone got Sun's ORB to work with Linux's Java port ? I'd like to | use CORBA with Java but it says on

Java access to syslog?

1998-10-16 Thread Greg Cook
Is there a class (or other simple way) to have a running program open and use the Unix/Linux syslog utility? Greg Cook

glibc question

1998-10-16 Thread 1a8
An offpoint but related question Does anyone know of an easy way to get the glibc source files installed? The latest version from gnu is 2.0.6 (btw, how can redhat have a later version that gnu itself...) and the latest srpm from redhat is version 2.0.7-13. I need the source files for

RE: Java access to syslog?

1998-10-16 Thread Jason Dillon
There is a syslog class from www.acme.com. --jason On 16-Oct-98 Greg Cook wrote: Is there a class (or other simple way) to have a running program open and use the Unix/Linux syslog utility? Greg Cook

Re: Java Plugin doesn't work

1998-10-16 Thread Fred McDavid
Hi, I was about to install the java plugin a couple of weeks ago, but then I realized that the java version in the latest netscape was actually more current than in the plugin. I'm not at my machine right now, or I tell you what the exact version is...it's either 4.06 or 4.5pre. In either

Zero sized display panes from recompiled jdk

1998-10-16 Thread John Campbell
Im getting very small display panes which cannot be resized from my recompiled jdk1.1.6v5. The down-loaded jdk works fine. I suppose i'm not loading lessTif correctly. Any ideas about where to start? -John Campbell

Re: glibc question

1998-10-16 Thread Michael Sinz
On Fri, 16 Oct 1998 18:21:02 -0400 (EDT), [EMAIL PROTECTED] wrote: An offpoint but related question Does anyone know of an easy way to get the glibc source files installed? The latest version from gnu is 2.0.6 (btw, how can redhat have a later version that gnu itself...) and the latest srpm

Re: Zero sized display panes from recompiled jdk

1998-10-16 Thread Michael Sinz
On Fri, 16 Oct 1998 17:15:04 -0600, John Campbell wrote: Im getting very small display panes which cannot be resized from my recompiled jdk1.1.6v5. The down-loaded jdk works fine. I suppose i'm not loading lessTif correctly. Any ideas about where to start? -John Campbell This is one of the

Re: Zero sized display panes from recompiled jdk

1998-10-16 Thread Michael Sinz
On Fri, 16 Oct 1998 17:15:04 -0600, John Campbell wrote: Im getting very small display panes which cannot be resized from my recompiled jdk1.1.6v5. The down-loaded jdk works fine. I suppose i'm not loading lessTif correctly. Any ideas about where to start? -John Campbell This is one of the