With Blackdown JDK 1.1x I could launch another java program with a GUI
from Runtime.exec. It just works, first time.
Now in JDK 1.2 it is more complicated:
The exec environment now requires a "DISPLAY=localhost:0"
The machine (Red Hat 5.1, Red Hat 6.0) needs xhost +localhost
This works if booti
cus:
http://www.ooc.com/
I tried JacORB too, but the ftp site was still disallowing downloads
after their reorg last week.
http://www.inf.fu-berlin.de/~brose/jacorb/
Both are pure Java; ORBacus worked fine for me.
Regards
Jon Priddey
Elixir Technology Pte Ltd.
> I have one question: I know JDK1.2 add
Hi Rich,
I've tried to look at things from the angle of prevention, rather than
cure. The IDE and all of our tools were built without the use of
debuggers. We prefer to use a set of assertion mechanisms to continually
test the integrity of the system while it is executing. We find with
this appro
;ll post a huge stack trace instead
next time :)
Regards,
Jon Priddey
Elixir Technology Pte Ltd.
> On Fri, Mar 19, 1999 at 10:42:14PM +1100, Naoki Shibuya wrote:
> > Hi,
> >
> > I'm looking for a good IDE for Java on Linux.
> >
> > Is everybody using emacs? Or i
nts.
I've even tried using a JFrame shown at negative coords (-Insets.left,
-Insets.top) to clip the titlebar - it refuses to accept negative
coords.
Sorry for the long account. Does anyone have any suggestions for how I
can get a full screen, no titlebar Java canvas on Linux to accept Key
event
Any help much appreciated:
I've got some code which integrates with RCS.
It creates a Process with:
Runtime.getRuntime().exec("ci -m\"blah blah blah\" filename",env);
where "blah blah blah" is the description of the check-in.
Enclosed in double quotes (") to group the words as a single parameter