It has been written previously so I quote;
>It is a bit hidden - it is in the README.linux file under the NS_JAVA
>option. :-)
>
>If you set that environment variable, the non-statically linked non-AWT
>JVM will be used.
>
At 12:10 PM 10/22/98 +0200, Michal Fadljevic wrote:
>Hi everyone,
>
>I h
Hi Michal
> > Can you point me to an appropriate place to see ?
> http://www.blackdown.org/java-linux/rel/116/v5/README-1.1.6v5.html
Look under the section Java Virtual Machine variations.
Robert Fitzimons
[EMAIL PROTECTED]
Hi Michal
> Can you point me to an appropriate place to see ?
http://www.blackdown.org/java-linux/rel/116/v5/README-1.1.6v5.html
Robert Fitzimons
[EMAIL PROTECTED]
Hi everyone,
I have couple of pure Java application daemons listening
on sockets. Everything is going well {:). The only trouble is
that Java interpreter is too big and I don't need AWT classes
at all.
Is it possible to get Java interpreter without X-windows support ?
Can you point me to an ap