Skip to content

Script editor for Windows GUI

3 messages · Liaw, Andy, A.J. Rossini, Brian Ripley

#
I just have one question.  From my very little (and negative) experience
with the Java GUI for S-PLUS on *nix, one big problem is that it doesn't
work when running S-PLUS remotely, either via X or VNC (unless the display
is 8-bit):  The GUI is running, but on screen I just see one big black
rectangle.  Would this be a problem for R as well?  My impression was that
that is totally the problem with Java.  (BTW, I believe S-PLUS also installs
and uses its private JRE.)

Best,
Andy
------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachments,...{{dropped}}
#
I do not see that as a problem; I've had reasonable luck running SJava
visualization code from Orca and ROrca remotely (over 1000bT), and VNC
works as well for that, but you are right, have to pay attention to
screen color depth.

Now whether SJava can be used for a stable system is a completely
separate matter; I have had awful luck with it (i.e. semi-stable
rather than rock-solid), which is why we've moved to C++/OpenGL
instead of extending Orca (and hence Java/Java3d) for our
visualization/virtual reality systems.

Hopefully Simon has or will solve that problem; I have confidence
:-). 

best,
-tony

"Liaw, Andy" <andy_liaw@merck.com> writes:

  
    
#
It seems to depend on the *nix and the JVM, under S-PLUS (and SJava and
...).  Solaris, surprisingly, seems one of the worse Unix hosts for this.

John Chambers once told me that he and Duncan TL had very similar SGI 
systems at Bell Labs and Java display on one was much faster than the 
other.

I hope what Simon is doing does solve it, but I am not confident that even 
he can move the world appreciably.

Brian
On Wed, 25 Feb 2004, A.J. Rossini wrote: