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'
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
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
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