Re: setting up java for debian 2.1

2001-02-06 Thread Benjamin Pharr
At 04:50 PM 2/6/01 , you wrote: >Can someone help me get Java 2 to run on a Debian 2.1 >system installed onto a Dell pentium II 350 Mhz >processor. I will go into details of the steps I took >and the results I got. The Blackdown guys put out a .deb file as well. Just download it and do a "dpkg

Re: setting up java for debian 2.1

2001-02-06 Thread Sean Choi
How do I know if I have Potato or Woody? I'm assuming Woody because I have Debian 2.1 but I really don't know. Also, I only need to download one package from the blackdown.org site correct, and this .deb package file will have the updates for my glibc? I'm new to Debian, and was thinking of downl

Re: setting up java for debian 2.1

2001-02-06 Thread Juergen Kreileder
> "Sean" == Sean Choi <[EMAIL PROTECTED]> writes: Sean> Can someone help me get Java 2 to run on a Debian 2.1 system Sean> installed onto a Dell pentium II 350 Mhz processor. I will Sean> go into details of the steps I took and the results I got. The easiest way is to install our

setting up java for debian 2.1

2001-02-06 Thread Sean Choi
Can someone help me get Java 2 to run on a Debian 2.1 system installed onto a Dell pentium II 350 Mhz processor. I will go into details of the steps I took and the results I got. all steps done as root user 1. created directory /usr/local/sun/ 2. unpack jdk1.3 from blackdown.org or sun ( can't re

Blackdown FCS 1.3 AWT KeyEvents are wrong

2001-02-06 Thread Peter Pilgrim
I have found a problem in Blackdown J2SE1.3 FCS that I think affect all SUN Core base releases. I have noticed that KeyEvent are sometimes not reported properly in the Humanoid Game I developed a while back. (www.xenonsoft.demon.co.uk/humanoid/humanoid.html) Whilst looking at the development tre

Will JNI do this?

2001-02-06 Thread soonho
Hi,   I have a program of networking, which will implement Mobile Internet Protocol. This program in in C and run in Linux.   Now we plan to create a Java GUI to show the operation of this program.   Does JNI able to do this? By using JNI (Java invokes C) or Innovation API (C invokes Java)