JDK1.2pre2: Problem launching java GUI app from Runtime.exec()

1999-06-27 Thread Jon Priddey
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

Re: JDK1.2 and CORBA

1999-03-23 Thread Jon Priddey
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

Re: IDE for Java

1999-03-22 Thread Jon Priddey
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

Re: IDE for Java

1999-03-19 Thread Jon Priddey
;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

No events from KeyListener on a JWindow (unlike Win32)

1999-01-01 Thread Jon Priddey
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

Problem spawning process with "several words"

1998-09-16 Thread Jon Priddey
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