Re: Keyboard input problems [and TYA...]

1998-11-24 Thread John Collins
Bryce McKinlay wrote: > > Hi, > > I had this problem as well - it appears to be specific to Together/J on the > Blackdown JDK when using green threads. If you set THREADS_FLAG=native then > the problem goes away. The problem does not appear with the Open Group JDK > (which also uses native threa

Re: RMIC-Replacement Jiffy

1998-11-24 Thread Bjoern Bayard
[EMAIL PROTECTED] wrote: > > > Holger Joest ( mailto:[EMAIL PROTECTED] ) has developed a replacement > > for rmic called jiffy. It is written in C++ an believe it or not - > > it's a little bit faster ;-) > > Why? RMIC is run only when the interface changes, i.e., rarely. Even > then, it takes

Re: Java programming env (newbie question)

1998-11-24 Thread James Cribb
Mike Song wrote: > > I installed RH Linux 5.2 and I found that 'javac', 'java' and 'appletviewer' > are already there and I am able to compile and run simple java programs. > > Does this mean that I already have JDK installed? Looks like it. "rpm" will tell you if they came from a Red Hat pack

Re: Deprecated `Thread.stop()' in forthcoming JDK 1.2. Why?

1998-11-24 Thread Pavel Tolkachev
... >> My > >common sense tells me: there is no way to stop thread "in correct > >manner" if it has no provisions for this. InputStream makes you to poll > >available() function for non-blocking read. Probably my testing code > >will give you some assistance in your problem: > > It is hard to hav

Re: Netscape/CLASSPATH question

1998-11-24 Thread Mike Song
It will do if I remove MOZILLA_HOME and CLASSPATH from the .bashrc file (so they are not defined). It sounds strange but it works somehow. Mike -- Mike Song wrote: > Hello all, > > Question: > Netscape complains that it could not find java40.jar in > the directories listed in $CLASSPATH. > > My

java/Netscape question

1998-11-24 Thread Matt Zagni
Hi, Is it possible to remove the Save, Send page, Send and View Page Source options from a browser when viewing a page so that the page is totaly secure ? Many thanks Matt

Java and rtl (was LabView for Linux)

1998-11-24 Thread Wright, Robert B.
I would also like to hear about any projects that incorporate java and rtl. My organization would like to use rtl with a java "core" (includes GUI) to display and log real-time data. Another organization, who may or may not use linux, will process and study the logged data. The advantage of the

Re: java/Netscape question

1998-11-24 Thread Michael Sinz
On Tue, 24 Nov 1998 13:58:23 + (GMT), Matt Zagni wrote: >Hi, > >Is it possible to remove the Save, Send page, Send and View Page Source >options from a browser when viewing a page so that the page is totaly >secure ? Not really. The page *has* to be visible to the browser so that the brow

Re: Netscape/CLASSPATH question

1998-11-24 Thread Michael Sinz
On Tue, 24 Nov 1998 13:37:12 +, Mike Song wrote: >It will do if I remove MOZILLA_HOME and CLASSPATH >from the .bashrc file (so they are not defined). It sounds >strange but it works somehow. Actually, it is documented in Netscape's readme that the browser's JVM looks at CLASSPATH if defined

Re: Java programming env (newbie question)

1998-11-24 Thread John Summerfield
On Mon, 23 Nov 1998, Matt Welsh wrote: > > You probably have Kaffe installed, which is a free Java Virtual Machine > replacement. > the command rpm -qf `which javac` will confirm. Cheers John Summerfield http://os2.ami.com.au/os2/ for OS/2 support. Configuration, networking, combined IBM

CLASSPATH confusion

1998-11-24 Thread shieldsd
Sinz writes: CLASSPATH, as it is currently implemented by various JVMs, JDKs, and browsers is, IMHO, one of the most confusing, broken, and expensive problems in Java (expensive in the cost of support and the like) I couldn't agree more. It's the most frequent source of confusion to users of the

Getting a full JVM thread dump

1998-11-24 Thread B. Craig Taverner
Hi, Does anyone know how to get a full JVM thread dump under linux? Under windows you just do a ctrl-break. I remember reading about some signal, and/or keystroke that could do it. Cheers, Craig -- "Leibowitz's Rule: When hammering a nail, you will never hit your finger if you ho

Re: Getting a full JVM thread dump

1998-11-24 Thread peter . pilgrim
Have you tried CTRL-\ ? pete __ Reply Separator _ Subject: Getting a full JVM thread dump Author: craig ([EMAIL PROTECTED]) at lon-mime Date:24/11/98 18:34 Hi, Does anyone know how to get a full JVM thread dump under linux?

Corba IDL generator?

1998-11-24 Thread Luis Raposo
does anyone know of utilities (free and simple) that can generate CORBA Idl from a java source file? There are some comercial tools, however, these tools still requires our team to customize the IDL generation and be tied to the tools propietary's API's. We are looking for a simple java based to

Re: Getting a full JVM thread dump

1998-11-24 Thread Juergen Kreileder
> B Craig Taverner writes: B> Hi, B> Does anyone know how to get a full JVM thread dump under linux? Under B> windows you just do a ctrl-break. I remember reading about some signal, B> and/or keystroke that could do it. Ctrl-\ in the shell you started java or 'kill -QUIT pi

Re: [rtl] Re: Java and rtl (was LabView for Linux)

1998-11-24 Thread Nikolay Ognyanov
Hi James, Could you please tell us a bit more about your project? The problem of putting RT Linux into FLASH has been raised several times on this list but as far as I can recall you are the first one to present a real case study. Could you tell more about this : what kind of FLASH device you use

[rtl] Re: Java and rtl (was LabView for Linux)

1998-11-24 Thread James Cassidy
At 08:38 AM 11/24/98 -0600, Wright, Robert B. wrote: >I would also like to hear about any projects that incorporate java and rtl. Ok, please excuse me if this is a bit long winded :-) I'm currently working on two projects that involve RTLinux and Java. Both involve real time instrument c

Re: java/Netscape question

1998-11-24 Thread Dustin Lang
Hi, > Is it possible to remove the Save, Send page, Send and View Page Source > options from a browser when viewing a page so that the page is totaly > secure ? Are you trying to prevent a web page from being copied? One of us doesn't understand your question. Warning: silliness below this

Re: CLASSPATH confusion

1998-11-24 Thread Bryce McKinlay
[EMAIL PROTECTED] wrote: > Sinz writes: > > CLASSPATH, as it is currently implemented by various JVMs, JDKs, and > browsers is, IMHO, one of the most confusing, broken, and expensive > problems in Java (expensive in the cost of support and the like) > > I couldn't agree more. It's the most freque

Re: CLASSPATH confusion

1998-11-24 Thread shieldsd
Having it "fixed" in 1.2 won't help us, as Jikes is designed to run with all but most ancient JDK's. You supply the classes.zip (or jar, or whatever), we provide the bytecode. Sigh. dave [EMAIL PROTECTED] http://www.ibm.com/research/jikes