Re: select() API

1999-06-02 Thread Per Widerlund
Bernhard Fastenrath wrote: > > [EMAIL PROTECTED] wrote: > > At least one company I know of has been forced to a custom JVM > > (Hewlett-Packard's) in order to get acceptable performance out of a > > Java-based server, and they basically made an interface to select(). > > I believe they've submitt

Re: Oracle's JDBC on Linux

1999-06-02 Thread Ivo Panacek
Steve Nguyen wrote: > Upgrade to Oracle JDBC driver comes with Oracle8i. It works excellently well > and lightning fast. > > Steve Nguyen > KBMail Software & Service Provider > http://www.kbmail.com/ISP/index.html I've searched Oracle WEB site without success finding mentioned driver. Could you

JPDA/JBUG/JDI support

1999-06-02 Thread Bruce Quig
Is there any estimate on when an implementation of the new debugger architecture might be available for Linux? Bruce Quig -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL P

Native threads delima

1999-06-02 Thread Tony Dean
Well folks its like this. I have SuSE 5.3, kernel 2.0.35, /lib/libc.so.5.4.46, and jdk 1.1.7 with green threads . I have not upgraded to 1.2 because of glibc (yea I know I need to make the leap). Now I tried the native methods examples for the jni 1.1 model and can do most direct calls to C code.

Re: tya for JDK117v3

1999-06-02 Thread Ninja
But I want to tell is JNI with tya case. >For me, JNI/RMI works perfectly under linux. You must do two things >though: > >export JAVA_COMPILER= >export THREADS_FLAG=green > >Now you're laughin'. > -- To UNSUBSCRIBE, email to [

Re: tya for JDK117v3

1999-06-02 Thread swansma
For me, JNI/RMI works perfectly under linux. You must do two things though: export JAVA_COMPILER= export THREADS_FLAG=green Now you're laughin'. On Thu, 3 Jun 1999, Ninja wrote: > For me, programs using JNI does not work well. > > -Original Message- > From: Laskowski, Jacek Tadeusz (J

Re: jdk 1.1.7v3

1999-06-02 Thread Chris Abbey
#1 -- yes, FAQ 2.6 #2 -- java.sun.com At 09:02 PM 6/2/99 -0700, Rick Jesse wrote: > Is there a doc that explains what the different files are in the 1.1.7 >v3 release. That is, a high level description of what is in each of these >files: i18n_1.1.7-v3-glibc-x86.tar.gz >jdk_1.1.7-v3-glibc-x8

jdk 1.1.7v3

1999-06-02 Thread Rick Jesse
Is there a doc that explains what the different files are in the 1.1.7 v3 release. That is, a high level description of what is in each of these files:   i18n_1.1.7-v3-glibc-x86.tar.gzjdk_1.1.7-v3-glibc-x86-native.tar.gzjdk_1.1.7-v3-glibc-x86.tar.gzjre_1.1.7-v3-glibc-x86-native.tar.gzjre_1.1.7

Re: tya for JDK117v3

1999-06-02 Thread Ninja
For me, programs using JNI does not work well. -Original Message- From: Laskowski, Jacek Tadeusz (Jacek) <[EMAIL PROTECTED]> To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Wednesday, June 02, 1999 4:19 PM Subject: RE: tya for JDK117v3 >> Arav

Re: Redhat and Kaffe (was Re: First Step)

1999-06-02 Thread Maksim Lin
Nelson Minar wrote: > > What do people here think about Redhat having Kaffe installed by > default as the binary "java"? I think it's a bad idea because Kaffe > really doesn't support enough Java to be useful, at least to me. On > the other hand, I want to support Kaffe and Japhar and other free

Redhat and Kaffe (was Re: First Step)

1999-06-02 Thread Nelson Minar
What do people here think about Redhat having Kaffe installed by default as the binary "java"? I think it's a bad idea because Kaffe really doesn't support enough Java to be useful, at least to me. On the other hand, I want to support Kaffe and Japhar and other free software efforts, I don't want

Slackware

1999-06-02 Thread Rod MacKinney
Everyone seems to be using RedHat Can I used Slackware? If not, why not? If so, which versions are required? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Native Threads on Red Hat Linux 6.0 (with glibc 2.1) for JDK/JRE 1.1.7_v3

1999-06-02 Thread Aleksandar Gargenta
Is this a no-no in terms of JVM running with native threads support under glibc 2.1.1-6 on a Dual PII with 512MB RAM system running RedHat Linux 6.0 (as specified in your Bug Report)? (I can run simple stand-alone programs, but not the Apache-JServ Servlet engine) OR There exists a patch or a wo

announcement

1999-06-02 Thread Laura Young
INT just announced they have released the Beta 2 version of J/View3D, a Java 3D toolkit. It's easy to use and you need little Java programming experience to use it. Basically it simplifies your ability to create sophisticated interactive data visualizations. It has a high level API and uses th

Re: First Step

1999-06-02 Thread Alex M.
First thing: remove kaffe If you're on redhat, do: rpm -q kaffe to see if it's installed. If it is, use rpm -e to remove it -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact

Re: First Step

1999-06-02 Thread scode
Warning Could not process message with given Content-Type: multipart/signed; boundary=h56sxpGKRmy85csR; micalg=pgp-md5;protocol="application/pgp-signature"

First Step

1999-06-02 Thread Carlos Bernal
Hello: I trying to run my first "HelloWold.java" program and it fails with no messages and a produces a core file. Can you help me and tell me what would be wrong. PATH, CLASSPATH and JAVA_HOME are exactly as the documentation says. PATH includes /usr/local/jdk1.1.6/bin CLASSPATH

Re: RedHat 6, JDK 1.2. native threads & JNI

1999-06-02 Thread Nathan Meyers
Terry Sikes wrote: > > Nathan Meyers wrote: > > > There was an interesting comment in a column in the current Linux > > Journal: evidently glibc 2.0 was an "experimental" release. Problem > > is... it was a widely adopted experimental release. The JDK is in good > > company: many applications we

Re: RedHat 6, JDK 1.2. native threads & JNI

1999-06-02 Thread Terry Sikes
Nathan Meyers wrote: > There was an interesting comment in a column in the current Linux > Journal: evidently glibc 2.0 was an "experimental" release. Problem > is... it was a widely adopted experimental release. The JDK is in good > company: many applications were broken by the move to 2.1, whic

Re: RedHat 6, JDK 1.2. native threads & JNI

1999-06-02 Thread Nathan Meyers
Stefan Proels wrote: > It is not really a "limitation", it's an incompatibility. RH6 is based > on glibc2.1, while JDK1.2 with native threads currently only works with > glibc2.0. Both have pthread support, but some details are different. > The people porting the JDK have stated that this problem

Time frame on 1.2 plugin

1999-06-02 Thread C. Jason Benedict
Do you guys have a time frame for the 1.2 plugin? -- Sincerely, C. Jason Benedict Team Lead VOBIS Q4i.com (formerly Corporate Executive Solutions, Inc.) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubsc

Re: RedHat 6, JDK 1.2. native threads & JNI

1999-06-02 Thread Stefan Proels
> It seems the consensus "solution" for running the 1.2 JDK under RH6 is to be > SURE you are running green threads (in addition to disabling the JIT). All > the associated comments seem to echo "RH6 doesn't support native threads". > What does this REALLY mean ? > > Does this mean that pthread

RedHat 6, JDK 1.2. native threads & JNI

1999-06-02 Thread Andy Levine
It seems the consensus "solution" for running the 1.2 JDK under RH6 is to be SURE you are running green threads (in addition to disabling the JIT). All the associated comments seem to echo "RH6 doesn't support native threads". What does this REALLY mean ? Does this mean that pthread support is mi

Re:Re: Oracle's JDBC on Linux

1999-06-02 Thread Steve Nguyen
This is what I got: ORA-03115: unsupported network datatype or representation when I just replaced the Oracle805 with Oracle815 JDBC. The system was working without a hitch before. The system is JDK117v1a/RH52; On NT4 I do not have any problem at once with Ora815. I will post a question to Ora

Re: Linux on PowerPC!

1999-06-02 Thread Mikhail Kruk
Try http://www.mklinux.org/ hth On Wed, 2 Jun 1999, Rui Vale wrote: > Hello to everybody! > I'm sorry to question this but if someone could anwser me I would be > thankfull! > I would like to know if there is some port to PowerPC. Can my > MACintosh run with LINUX? > If s

Linux on PowerPC!

1999-06-02 Thread Rui Vale
Hello to everybody! I'm sorry to question this but if someone could anwser me I would be thankfull! I would like to know if there is some port to PowerPC. Can my MACintosh run with LINUX? If so, where can I get it? THANKS A LOT! Rui

Swing/2D, 1.1/1.2

1999-06-02 Thread Mikhail Kruk
Hi I am working on a java project which requires use of Swing and Java2D I am having some problems with setting things up on a RedHat5.2 (2.0.36) machine. First I installed Swing with jdk1.1 and it worked perfectly -- reliable and fast. Then I realized that 2D doesn't work with jdk1.1 so I install

Re: Oracle's JDBC on Linux

1999-06-02 Thread Jason Kissinger
Are you sure about that? I've been using the 8.1.5 thin drivers with jdk1.1.7v2 on a RedHat 5.9/6.0 system without any problems. Steve Nguyen wrote: > And it only supports JDK1.1.8 and above so you will have to use JDK1.2 with > Linux > > Steve > > - Original Message - > From: Steve Ngu

Unidentified subject!

1999-06-02 Thread BIDAU Jean-Pierre (NTR)
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: AlphaLinux JDK needed for RedHat 6.0

1999-06-02 Thread Uncle George
Alas, all of the porting has been done on redhat 5.x. Last alpha CD was 5.0, last intel CD was 5.2. My alpha has been (internet) upgraded, at various times, so the pedigree is somewhat difficult to respond to. I tried for a little while in using the ( just the ) glibc 2.1.x . My first attempt at

Re: Oracle's JDBC on Linux

1999-06-02 Thread Steve Nguyen
And it only supports JDK1.1.8 and above so you will have to use JDK1.2 with Linux Steve - Original Message - From: Steve Nguyen <[EMAIL PROTECTED]> To: Sandy Ward <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 02, 1999 6:51 PM Subject: Re: Oracle's JDBC on Linux > Upgra

Re: Oracle's JDBC on Linux

1999-06-02 Thread Steve Nguyen
Upgrade to Oracle JDBC driver comes with Oracle8i. It works excellently well and lightning fast. Steve Nguyen KBMail Software & Service Provider http://www.kbmail.com/ISP/index.html - Original Message - From: Sandy Ward <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 02

Oracle's JDBC on Linux

1999-06-02 Thread Sandy Ward
Hey, I am running RH 5.2 with JDK117_v1a, and using the Oracle JDBC drivers for talking to the database. I have noticed that it takes between 4-5 secs to create a connection to the db. And when you have a connection pool with fair number of connection you can imagine howlong startup takes. Anyon

Killing a process

1999-06-02 Thread Anupama Jayathilake
I need a help I want to kill a certain process & processes created by thisprocess ( Child process ) How can I use Kill command I can find the parent process ID. I can  killi it. but Child processes remain. How Can I do this? Anupama