Linked by Eugenia Loli-Queru on Fri 11th Nov 2005 07:03 UTC, submitted by ahmetaa
Thread beginning with comment 59756
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.





Member since:
2005-08-29
Java is slow to start because every app you launch launches it's own virtual machine. Basically it's like launching your operating system everytime you launch an application.
If you have a VM running an just instantiate a few classes that represent a new program then it's instantaneous. Just try something like JOS. I guess the OS itself should offer a better java integration.