Many thanks to everyone who answered me on this issue. Nathan managed to put me on the
right track:

The window was indeed visible until main() exited (I think I neglected to say this in 
my original post).

I was running with jdk1.2pre1 with green threads. Moving to native threads solved the 
problem, although
I can' explain why. This is a good enough solution for me until I can move to 
RedHat60/glibc2.1/jdk1.2pre2

Again many thanks
Rob

Nathan Meyers wrote:

> Rob Nugent wrote:
> >
> > I am sure that the following is a User Error on my part, but if anyone can explain 
>what I am doing wrong
> > I'd appreciate it:
> >
> > I have a Java3D program that runs just fine on WinNT. All my geometry/behaviours 
>etc are created
> > in a function called init() which is called from the 'main' of my first class.
>
> Has any plausible explanation shown up yet?
>
> You're running under JDK1.2 with native threads? And the application
> window is visible on the display until the unexpected exit?
>
> It might be worth trying green threads (java -green); the reason JDK1.2
> is still pre-release is instability with native threads.
>
> Nathan

--


Rob Nugent
Development Manager
UniKix Technologies Europe
[EMAIL PROTECTED]
http://www.unikix.com
Tel: +44 (0) 1489 585503
Fax: +44 (0) 1489 881363



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to