These documentation pages are no longer current. They remain available for archival purposes. Please visit https://docs.oracle.com/javase
for the most up-to-date documentation.
Java Quick Starter (JQS), introduced in the Java SE 6 update 10 release, improves the initial startup time of Java applets and applications by periodically prefetching some of the most heavily used Java Runtime Environment files into memory (occupying no more than 20Mb of RAM). Later, when Java is launched, much less disk I/O is required and as a result, startup is much faster.
JQS is enabled by default in the Windows 2000 and Windows XP operating systems running on x86 (IA-32) or compatible hardware. It is turned off in Windows Vista because Windows Vista offers its own preloading mechanisms. When fully enabled, JQS runs as a Windows service called Java Quick Starter. The Task Manager shows a jqs.exe process.
The JQS service will perform runtime checks to determine if the
system is running on battery power. If so, prefetching will be
suspended until AC power is restored. This scenario is most common
on laptop PCs.
![]() Java Technology |
Copyright © 1993, 2018, Oracle and/or its affiliates. All rights reserved. |