Re: JDK 1.1.7 green threads problem?

1999-05-06 Thread Hamdi Mohd Yusof
Just to inform that Enhydra 2.0.2 runs OK on my linux machine, Redhat 5.2, jdk1.1.7 v1a and tya 1.2v4. I don't know which version of lib that I have though as I haven't upgraded to anything else. I just installed the stuff on top of my 5.2 installation. hamdi Stephan Greene wrote: > I'm trying

Re: JDK 1.1.7 green threads problem?

1999-05-06 Thread Michael Sinz
On Thu, 6 May 1999 15:28:16 -0400 (EDT), Stephan Greene wrote: > >I'm trying to install and try out an XML app server called Enhydra >( http://www.www.enhydra.org ); it requires a JDK be installed. > >With jdk117_v1a installed, I get the following error wjen I try to start >it: > >> B./run_demos

Re: JDK 1.1.7 & glibc 2.0.1xx

1999-02-11 Thread Michael Sinz
On Thu, 11 Feb 1999 14:37:00 -0500, Bruce R Miller wrote: >Hi all; > Would the problem with jdk 1.1.7 and glibc-2.0.1xx be solved simply by >re-make-ing the system? This has solved some other similar problems for me. >(or does extensive, painful, testing have to be done?) Well, the problem is

Re: JDK 1.1.7 native threads + linux-2.2.0pre8 + glibc2 (i686)

1999-01-24 Thread Vesco Claudio
Hi! Nathan Meyers <[EMAIL PROTECTED]> writes: > Did native threads ever achieve production quality in Linux JDK 1.1? > I never had much luck with them on Linux 2.0... tended to dump core > on me. In kernels 2.2.0pre <= 7 I had no problems: I had run jpython (like a shell) + together + netbeans i

RE: Jdk 1.1.7 and X-Server

1999-01-22 Thread zun
On Fri, 22 Jan 1999, Michael Sinz wrote: > On Fri, 22 Jan 1999 11:24:40 -0500, Warren Johnson wrote: > > >I have a web page that can be accessed with a browser (IE4 and Netscape) > >called Build the Snowman. On the left frame is the beginning template of > >the snowman on the right frame is stu

RE: Jdk 1.1.7 and X-Server

1999-01-22 Thread Michael Sinz
On Fri, 22 Jan 1999 11:24:40 -0500, Warren Johnson wrote: >I have a web page that can be accessed with a browser (IE4 and Netscape) >called Build the Snowman. On the left frame is the beginning template of >the snowman on the right frame is stuff like clothes, hats, etc... On the >bottom you hit

Re: Jdk 1.1.7 and X-Server

1999-01-22 Thread Dimitris Vyzovitis
Hi, It seems that you are using getImage to transfer the image back and forth. Is there any particular reason to use the toolkit to fetch the image for processing? You can perfectly fetch the image using a stream and then use a PixelGrabber to reconstruct the image in memory (and process it). The

Re: Jdk 1.1.7 and X-Server

1999-01-22 Thread Aaron Gaudio
It looks like your problem is that the getImages() method is doing something to prompt the JDK to try to fetch an AWT Toolkit. There are probably ways to allow it to get the Toolkit. You'll need XWindow running on the Red Hat box, and you might have to give user nobody special access to the displa

Re: Jdk 1.1.7 and X-Server

1999-01-22 Thread Bill Glover
Ok, same questions: >My kneejerk response is to ask if X is running on the server and >to ask if your DISPLAY environment variable is set properly for user "nobody" or >whoever your using for the web user. eg. "host.mynet.com:0.0" If you'd like to send me the url for page (or is it an intranet) a

RE: Jdk 1.1.7 and X-Server

1999-01-22 Thread Warren Johnson
PROTECTED] > Subject: Re: Jdk 1.1.7 and X-Server > > > I need a little more info. I understand that this is an > application that is > called as a CGI by Apache? Is it then supposed to display something on the > server's X display while it works? (This seems like a tall o

Re: Jdk 1.1.7 and X-Server

1999-01-22 Thread Bill Glover
I need a little more info. I understand that this is an application that is called as a CGI by Apache? Is it then supposed to display something on the server's X display while it works? (This seems like a tall order with possibly several hundred users on the web side but it may make sense for your

Re: JDK 1.1.7 native threads + linux-2.2.0pre8 + glibc2 (i686)

1999-01-21 Thread Nathan Meyers
Did native threads ever achieve production quality in Linux JDK 1.1? I never had much luck with them on Linux 2.0... tended to dump core on me. > Argh!! > > with java -native ANYCLASSFILE, I had: > > ** > > SIGSEGV 11* segmentation violation > stackbase=BF9FFE70, stackpoin

Re: jdk-1.1.7-v1a.diffs.gz + JDK1_1_7K.solwin32.31_Aug_98.zip + "native" croaks AWT?

1998-12-27 Thread chet
Well, it looks like my problem is with lesstif. I turned on "DYN_JAVA=true", and re-ran, and found that the pre-build JDK also crapped out with a SEGV. And green_threads worked. So it looks like the common thread is that if I'm using lesstif, I can't use native_threads -- it croaks big time.

Re: JDK 1.1.7

1998-10-12 Thread jim watson
by the way, in iomgr.c you may have to tell it to open something... "sbb: you need to open libc by hand -- good luck -- most of the + * " jw

Re: JDK 1.1.7

1998-10-12 Thread jim watson
Filipe Custsdio wrote: > I spent this weekend trying to get JDK 1.1.7 to compile. After patching > the sources with the JDK1.1.6v5 diffs, I applied the diffs that "patch" > rejected manually. I did the same using slackware libc5, it works ok, but i only applied the rejects which were absolutely

RE: JDK 1.1.7 source released yet?

1998-10-07 Thread Pelayo
-Mensaje original- De: Michael Thome <[EMAIL PROTECTED]> Para: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Fecha: miƩrcoles 7 de octubre de 1998 14:11 Asunto: JDK 1.1.7 source released yet? >Any of you noncom licensees been able to get their 117 distribution >yet? Sun keeps pointing me at f

Re: JDK 1.1.7 source released yet?

1998-10-07 Thread Gerald Gutierrez
Michael Thome wrote: > > Any of you noncom licensees been able to get their 117 distribution > yet? Sun keeps pointing me at files on their server that don't exist. I downloaded mine this morning.