quality@glassfish.java.net

GF install in text mode

From: Ajit Kamble <Ajit.Kamble_at_Sun.COM>
Date: Fri, 05 Sep 2008 14:38:51 +0530

The usual way to install GF is to run below command which will bring up
Licence pop up for acceptance.
    % java -Xmx256m -jar filename.jar

 I want this licence pop-up also to come up in text mode. I tried
setting DISPLAY to null (export DISPLAY= ) but that doesnt help.
 It doesnt fall back to CLI mode and gives AWT exceptions on execution
of above command.
 
 Iam facing this issue only on linux and not on solaris.

Thanks
Ajit