Difference between revisions of "Java Quick Starter"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(Created page with "Java Quick Starter (JQS) improves initial startup time for most Java applets and applications. This feature was added to Java in release Java SE 6 update 10 (6u10) and will be av...")
 
Line 4: Line 4:
  
 
The startup performance improvement is achieved by periodically pre-fetching some of the most heavily used Java files into memory (occupying no more than 20Mb of RAM). Later, when Java is launched, much less disk I/O is required which makes startup much snappier and noticeably faster.
 
The startup performance improvement is achieved by periodically pre-fetching some of the most heavily used Java files into memory (occupying no more than 20Mb of RAM). Later, when Java is launched, much less disk I/O is required which makes startup much snappier and noticeably faster.
 +
 +
== How to Remove Java Quick Starter ==
  
 
Steps to disable Java Quick Starter:
 
Steps to disable Java Quick Starter:
Line 14: Line 16:
 
#Uncheck the check box for Java Quick Starter.
 
#Uncheck the check box for Java Quick Starter.
 
#Click Ok and restart the system.
 
#Click Ok and restart the system.
 +
 +
To remove, you can uninstall Java SE 6.
 +
 +
You can search for and delete jqs.exe which is located at the following patch on Windows XP under a typical installation.
 +
 +
C:\Program Files\Java\jre6\bin
 +
 +
Make sure you kill the process in Windows Task Manager first if you intend on deleting the executable jqs.exe.
  
 
 
 
 

Revision as of 17:31, 11 May 2011

Java Quick Starter (JQS) improves initial startup time for most Java applets and applications. This feature was added to Java in release Java SE 6 update 10 (6u10) and will be available in all future releases.

JQS is enabled by default in Windows XP and Windows 2000 operating systems and is not necessary on Windows Vista as Vista offers its own pre-loading mechanisms. A process called jqs.exe will run in the background in order to allow quick startup. jqs.exe will be loaded after a Windows restart. Instructions on how to disable the JQS and the jqs.exe process are below.

The startup performance improvement is achieved by periodically pre-fetching some of the most heavily used Java files into memory (occupying no more than 20Mb of RAM). Later, when Java is launched, much less disk I/O is required which makes startup much snappier and noticeably faster.

How to Remove Java Quick Starter

Steps to disable Java Quick Starter:

  1. Click Start.
  2. Click Control Panel.
  3. Double click on Java Control Panel.
  4. Click Advance tab in Java Control Panel.
  5. Scroll to Miscellaneous entry and Expand.
  6. Uncheck the check box for Java Quick Starter.
  7. Click Ok and restart the system.

To remove, you can uninstall Java SE 6.

You can search for and delete jqs.exe which is located at the following patch on Windows XP under a typical installation.

C:\Program Files\Java\jre6\bin

Make sure you kill the process in Windows Task Manager first if you intend on deleting the executable jqs.exe.