On Fri, 16 Apr 1999, Clayton Cottingham wrote:

> ive got jdk1.2 running on stampede a (2.2.1 kernel with glibc6), the
> only things to do is
> add the bin to your path, any thirdparty stuff to classpath, and make
> sure to invoke java programs with
> java -green
> or
> jar -green
> or appletviewer -green
> 
> is there a way to set default switches for this in linux?
> a file some where you can tell java to always run as java -green ?

Actually, your_java_home/bin/java is a wrapper-script. It contains the
line
DEFAULT_THREADS_FLAG=native

You can change that to 
DEFAULT_THREADS_FLAG=green

> and has anyone any tips on what vrml plugin for linux?

We are working on Java3D. Once this is working, I hope some company (maybe
blaxxun ;-)) will write a VRML-browser in Java. Might be some single
person too, as it is not _that_ difficult.

- Johan


Reply via email to