Re: Red Hat, Caldera, TurboLinux to bundle IBM JDK!

2000-01-25 Thread kornel c
That is beautiful! Especially because IBM's JDK-s have the reputation to be very fast. -kornel - Original Message - From: "Nelson Minar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 25, 2000 11:59 AM Subject: Red Hat, Caldera, TurboLinux to bundle IBM JDK! > (I p

What are the rules for adding one components to another?

2000-01-25 Thread Jacob Nikom
Hi, If I try to add JFrame component to the Frame component like Frame.add(JFrame); I get the error message "you cannot add window to a container". Now the question arises, which component I always can add to which? Speaking about such containers like: Panel JPanel Frame JFrame Windo

Re: HELP: jdk122rc2 swing stuff doesn't work

2000-01-25 Thread Alistair Bayley
I've got the Swing examples working, simply by switching to 16bpp. Such a simple solution... Alistair. - Original Message - From: Peter Jahn <[EMAIL PROTECTED]> To: Alistair Bayley <[EMAIL PROTECTED]> Cc: Calvin Austin <[EMAIL PROTECTED]>; Nathan Meyers <[EMAIL PROTECTED]>; <[EMAIL P

Re: AttachCurrentThread()

2000-01-25 Thread Nathan Meyers
Jeff Galyan wrote: > > Hi, Mark, > > First, you might want to check out Sheng Liang's excellent book on JNI, > titled "The Java Native Interface". Also, Nathan Meyers' book, "Java > Programming on Linux" is an excellent resource for Linux-specific Java > programming questions, and (I think) incl

Red Hat, Caldera, TurboLinux to bundle IBM JDK!

2000-01-25 Thread Nelson Minar
(I posted this yesterday, didn't come through). Wow, this is huge news http://dailynews.yahoo.com/h/zd/2124/tc/2125062.html Here's the meat of it. This is amazing. Sun's really missed the boat with Java on Linux, and IBM has neatly hopped on it. ---

Re: IBM making deals: JDK headed for Linux distros

2000-01-25 Thread Nathan Meyers
Calvin Austin wrote: > > As far as I can tell its JDK 1.1.8 (one report mention that it was > originally beta last summer) and the distros in questions were > new professional/enterprises CDs, ie $149-$199 and upwards. This may mean > that you would not be able to download them from free which wo

Long pause before java browser finishes loading

2000-01-25 Thread Multanen, Eric
(Many apologies if this has been posted twice) Hello, I am using the ARM version of Blackdown's jdk 1.1.7 v3a on a linux 2.2.3 based system. GLIBC is 2.1 and no distribution - the system is hand built. I am trying to use the java based ICEBrowser (version 4 or 5). The browser does work, but i

Re: JNI and Dead Thread on Linux

2000-01-25 Thread Juergen Kreileder
> Lee Xing writes: Lee> Hi Nathan: Lee> Thank you for your information. Lee> I downloaded jdk_1.1.7-v3-glibc-x86-native.tar.gz and unpack it Lee> from the $JAVA_HOME directory. When I run "java -native app", I Lee> got an error message like: Lee> "Cannot open /proc

RE: JNI and Dead Thread on Linux

2000-01-25 Thread Lee_Xing
Hi Nathan: Thank you for your information. I downloaded jdk_1.1.7-v3-glibc-x86-native.tar.gz and unpack it from the $JAVA_HOME directory. When I run "java -native app", I got an error message like: "Cannot open /proc/00762 for GC/mnt/e/Linux/java/jni/Sample3/app", and every time when I re-t

IBM making deals: JDK headed for Linux distros

2000-01-25 Thread Nathan Meyers
A report today from ZDNet says that IBM has struck deals to include their JDK ports in Linux distros from Red Hat, Caldera, and TurboLinux, with a SuSE announcement expected soon. The JDKs will start appearing in distros next month; it's not clear from the article when IBM's 1.2 (or 1.3, or whate

Re: java 3d and browser

2000-01-25 Thread Oliver Fels
On 25 Jan 00, at 20:20, yangyuexiang wrote: > I use jdk1.2.2. Where can I get the plug-in? I am afraid, there is none for Linux yet. Rumors speak about it being included in jdk1.2.2.rc4 which might be delivered this week. > When I run applet in netscape. > First, I see a message: > (1)Applet He

Re: SIGSEGV with JNI_CreateJavaVM

2000-01-25 Thread Pierre Héroux
I installed jdk1.2.2RC3 solved the problem but now I get the following message Font specified in font.properties not found [--dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] How can I fix it ? Pierre -- To UNSUBSCR

Re: Pipes

2000-01-25 Thread Jo Uthus
[EMAIL PROTECTED] wrote: | Dear List, | Can someone tell me how I can create a pipe file? | | I can reading and write to a file that already exists, but I | need to be able to create the file if it does not exist. You achieve this through JNI. -- Jo Uthus| e-mail: [E

Re: java 3d and browser

2000-01-25 Thread yangyuexiang
Oliver Fels wrote: > On 25 Jan 00, at 18:58, yangyuexiang wrote: > > > > I can run java 3d application on linux. > > > > also, I can run the applet through appletviewer, But I cannot run > > applet in the browser. Who can give me some suggestions? > > The error is --NoClassDefFoundError > > Which

Re: java 3d and browser

2000-01-25 Thread Oliver Fels
On 25 Jan 00, at 18:58, yangyuexiang wrote: > > I can run java 3d application on linux. > > also, I can run the applet through appletviewer, But I cannot run > applet in the browser. Who can give me some suggestions? > The error is --NoClassDefFoundError Which JDK are you using ? Which classes

Pipes

2000-01-25 Thread marcus . monaghan
Dear List, Can someone tell me how I can create a pipe file? I can reading and write to a file that already exists, but I need to be able to create the file if it does not exist. Cheers, Marcus Marcus Monaghan BOOT Computers Limited Tel : 01270 611299 Fax : 01270 611302

java 3d and browser

2000-01-25 Thread yangyuexiang
> I can run java 3d application on linux. also, I can run the applet through appletviewer, But I cannot run applet in the browser. Who can give me some suggestions? The error is --NoClassDefFoundError Thanks yang -- To UNSUBSC

Re: libioser12.so

2000-01-25 Thread Steven Song
Hi, Here it is. Enjoy, Steven - Original Message - From: Weiqi Gao <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 25, 2000 10:59 AM Subject: libioser12.so > Hi, > > A few days ago, a Linux version of libioser12.so (needed to run J2EE on > Linux) was posted on th

java 3d and browser

2000-01-25 Thread yangyuexiang
I can run java 3d application on linux. But I cannot run applet in the browser. Who can give me some suggestions? The error is --NoClassDefFoundError Thanks yang -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: Garbage collection

2000-01-25 Thread Oliver Fels
On 24 Jan 00, at 10:22, yangyuexiang wrote: > Who can tell me how to detect the algorithm used in > JVM for garbage collection? The correct implementation is not specified and port dependant. If your questions refers to finding out which algorithm is used in a specific port, you will have to lo