Re: Fwd: Re: JRE as part of Linux

2001-01-23 Thread allen petersen
you know, it would probably make a whole lot more sense to integrate the jvm with something like gnome or kde rather than with the operating system itself. that way you skip the various xdisplay problems (since you'll necessarily have an x environment associated with your session) and you don'

Re: ip address in Linux

2000-12-05 Thread allen petersen
InetAddress just does a lookup on your hostname to determine your local host address. If your host name resolves to 127.0.0.1 (for instance, if the first entry in your /etc/hosts file maps 127.0.0.1 to your hostname rather than just to localhost and localhost.localdomain), then that's the IP a

Re: JSplitPane.setDividerLocation(..)

2000-06-20 Thread allen petersen
i had a similar problem with setDividerLocation() on 1.2.2. if i remember correctly, i actually had the problem both on linux and on solaris. i was trying to set the divider location on a JSplitPane during initialization, and found that it didn't seem to do anything at all--the divider would

Re: Problem with exec() on BlackDown 1.1.8 v1 and RH6.1

2000-03-17 Thread allen petersen
if i were smart, i would try out your source code example before sending a response to the list. but laziness wins again, so... you might try adding '.' to your path. i've had some problems before with exec() and relative paths--in a unix shell, './a.out' will work even if '.' isn't in your p