Re: Daemon threads

1999-03-03 Thread Cãtãlin CLIMOV
Hi, Your question is off-topic, because it has nothing to do with the Linux port of Java, but anyway: - when all the non-daemon threads are finished, the JVM exection will end. - probably you expected your application to finish, since you disposed its main Frame. - in fact there

Daemon threads

1999-03-03 Thread Anil kumar
greetings, i have a class which has a daemon thread ( setDaemon( true) before start()). I created an instance of this object in a Frame object. My problem is: even after i call dispose() of the Frame object the threaded object is not grabage collected and it continues running. i am using jdk 1