Re: Java without Motif/X?

2006-02-03 Thread Michael P. Soulier
On 02/02/06 Nikolas Britton said: Is it possible to replace Motif with QT, GTK, etc? Not with the swing bindings, I don't think so. But, there are GTK bindings for Java separately. Mike -- Michael P. Soulier [EMAIL PROTECTED] Any intelligent fool can make things bigger and more complex... It

Re: Java without Motif/X?

2006-02-03 Thread Nick Triantos
OK, thanks very much. I'm going to look for a different tool that doesn't pull in all of Java. you've all been a great help. best, -Nick Hello Michael, On 02/02/06 Nikolas Britton said: Is it possible to replace Motif with QT, GTK, etc? Not with the swing bindings, I don't think so.

Re: Java without Motif/X?

2006-02-02 Thread Nikolas Britton
On 2/1/06, Micah [EMAIL PROTECTED] wrote: Nick Triantos wrote: Greetings, Has anyone successfully gotten Java (1.4 or 1.5) running on FreeBSD without Motif/X? I'd like to run a gui-less Java app on my server, and would strongly prefer to not install all of X + Motif, and all its

Re: Java without Motif/X?

2006-02-01 Thread Micah
Nick Triantos wrote: Greetings, Has anyone successfully gotten Java (1.4 or 1.5) running on FreeBSD without Motif/X? I'd like to run a gui-less Java app on my server, and would strongly prefer to not install all of X + Motif, and all its potential security issues, just to get Java running.

Java without Motif/X?

2006-01-31 Thread Nick Triantos
Greetings, Has anyone successfully gotten Java (1.4 or 1.5) running on FreeBSD without Motif/X? I'd like to run a gui-less Java app on my server, and would strongly prefer to not install all of X + Motif, and all its potential security issues, just to get Java running. Thanks in advance,