Re: java developer feedback

2000-11-11 Thread Calvin Austin
That particular (4102292) bug has been partially fixed in linux 1.3, the window manager decides where the frame will go for the window managers I tried sawfish, kwm etc and it will be placed as the window manager decides and not stuck at 0,0 or worse -x, -y. That fix will also go into the 1.3.1

Re: java developer feedback

2000-11-11 Thread Ron Yorston
Joi Ellis wrote: >On Fri, 10 Nov 2000, Calvin Austin wrote: > >> In moving forward I would be very interested in areas that >> you believe Blackdown and Sun should focus on, in particular >> what do you plan to use the linux port for, whether its as >> a development machine or rolling out into pro

Re: AWT PROblem

2000-11-11 Thread Joi Ellis
On Sat, 11 Nov 2000, Fustini (proxys) wrote: > Hi, > I have some problem with Linux RH 6.2 + JRun 3.0+ JDK 1.2.2 SUN. > When i use getToolkit() method in a servlet a error appears : DISPLAY > value :0.0 X11 Server not responding. Change your DISPLAY variable to provide a host name. Java doe

Re: AWT PROblem

2000-11-11 Thread Nathan Meyers
"Fustini (proxys)" wrote: > Hi, > I have some problem with Linux RH 6.2 + JRun 3.0+ JDK 1.2.2 SUN. > When i use getToolkit() method in a servlet a error appears : DISPLAY > value :0.0 X11 Server not responding. > I Have to know the width and the height of Image in my Webserver. > I installed Jb

Re: AWT PROblem

2000-11-11 Thread Alexander V. Konstantinou
Since this is a servlet, I presume it is running on a server. It is very likely that X11 is not running on the server. Even if it is, any decently configured HTTP server will not execute servlets as a regular user, but some special user like nobody. In that case, even if the AWT system knew the

AWT PROblem

2000-11-11 Thread Fustini (proxys)
Hi, I have some problem with Linux RH 6.2 + JRun 3.0+ JDK 1.2.2 SUN. When i use getToolkit() method in a servlet a error appears : DISPLAY value :0.0 X11 Server not responding. I Have to know the width and the height of Image in my Webserver. I installed Jbuilder 4 and when I use it with the get