Re: jdk 1.1.x without X-windows support

1998-10-22 Thread Java News Collector
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

Re: jdk 1.1.x without X-windows support

1998-10-22 Thread Robert Fitzsimons
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]

Re: jdk 1.1.x without X-windows support

1998-10-22 Thread Robert Fitzsimons
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]

jdk 1.1.x without X-windows support

1998-10-22 Thread Michal Fadljevic
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