Hi All,
Could any one tell me how to trap Keyevents (Keyup, down etc.) with out
displaying any GUI
components?
I noticed that the KeyEvents are delivered only when the GUI component is shown
and focus is on that.
I want to get Keycodes with out displaying any GUI component. My application
does
http://interstice.com/~kevinh/projects/javasignals/
--
Trent Jarvi
[EMAIL PROTECTED]
On Thu, 30 Mar 2000, Bruno Boettcher wrote:
> Hello,
>
> i didn't found this in the FAQ's nor in the docu is there a way to capture
> -c interruptions or as long as this one to any one of the other
> uni
http://interstice.com/~kevinh/projects/javasignals/
http://www.naturalbridge.com/useful/index.html
At 07:06 PM 3/30/00 +0200, Bruno Boettcher wrote:
>i didn't found this in the FAQ's nor in the docu is there a way to
capture
>-c interruptions or as long as this one to any one of the other
>un
Hello,
i am setting up an distributed environment, it would be helpful to be able to
determine the load on each node
is there a platform independ way to get grip of this ?
Does anything speak against reading /proc/loadavg ?
(if linux was detected as platform...)
--
ciao bboett
===
On Mar 29, 2000, Ekkehard Kraemer wrote:
> Hallo John,
>
> JR>I'm thinking that the kernel TCP connection queues are filling up and
> JR>further requsts are getting dropped, but at 20?
>
> Did you check ulimit (file handles)?
>
> Did you try 'lsof | grep TCP'? Maybe it shows thousands of "
Hi,
I've racked more brains than I've got trying to figure this out. If
someone can give me a hint as to how I can proceed with solving this problem,
I would be obliged. I'm invoking the JVM using dlopen to open the 1.2.2
libjvm.so and am doing a dlsym of the JNI init args and JNI Creat
Hello,
I have downloaded jdk-1.2.2 and java3d-1.1.3 and installed. I am viewing
java3d demos using appletviews, but unable to view in nestscape. Please
let me know, what I have to do?
Thanks in advance
svrao
--
---
Dr. S. V. Rao
Tim Walsh <[EMAIL PROTECTED]> wrote:
> Can anyone give me some detailed structure details of the
> Link Vector which is passed to a JIT using the java_lang_Compiler_start
> function.
> Frank Yellin's JIT Compiler API just mentions the types of addresses
> contained with in it.
JIT API has not be