<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; java quick starter</title> <atom:link href="http://www.ghacks.net/tag/java-quick-starter/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 21:54:04 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>JQS.Exe</title><link>http://www.ghacks.net/2008/12/15/jqsexe/</link> <comments>http://www.ghacks.net/2008/12/15/jqsexe/#comments</comments> <pubDate>Mon, 15 Dec 2008 15:10:44 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[java]]></category> <category><![CDATA[java applet]]></category> <category><![CDATA[java control panel]]></category> <category><![CDATA[java process]]></category> <category><![CDATA[java quick starter]]></category> <category><![CDATA[java runtime environemtn]]></category> <category><![CDATA[java tips]]></category> <category><![CDATA[jqs]]></category> <category><![CDATA[jqs.exe]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=9053</guid> <description><![CDATA[If you open the Windows Task Manager (by pressing CTRL ALT DEL) you might notice the process jqs.exe that is running with a low priority. Jqs.exe uses about 1.5 Megabytes of computer memory and 2 Megabytes of virtual memory while running. It also initiates I/O processes frequently if those columns are activated in the Task [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/java1.gif" alt="java" title="java" width="120" height="191" class="alignleft size-full wp-image-11805" />If you open the Windows Task Manager (by pressing CTRL ALT DEL) you might notice the process jqs.exe that is running with a low priority. Jqs.exe uses about 1.5 Megabytes of computer memory and 2 Megabytes of virtual memory while running. It also initiates I/O processes frequently if those columns are activated in the Task Manager.</p><p>Experienced computer users might guess that the process is related to Java and that is the case indeed. Jqs.exe is the Java Quick Starter which was designed to improve the startup time of Java applets and applications by prefetching Java Runtime Environment (<a
href="http://www.ghacks.net/tag/jre/">JRE</a>) files frequently into memory. That&#8217;s mainly interesting for users who work with Java on a day to day basis. Everyone else might be better of disabling the Java Quick Starter. Think of a user who encounters one Java applet per month (or week), would it make sense to run the process all the time because of those few instances where it might start the application or applet faster? (see also <a
href="http://www.ghacks.net/2010/06/21/java-portable/">Java Portable</a> on how to use a portable version of Java on the computer)</p><p>Jqs.exe is definitely querying the Windows Registry for instance. The performance increase might not be huge but you will free up some computer memory and some I/O processes on the computer system.</p><p><span
id="more-9053"></span><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/jqs_exe-500x47.jpg" alt="jqs exe" title="jqs exe" width="500" height="47" class="alignnone size-medium wp-image-9054" /></p><p><strong>How to disable JQS.exe</strong></p><p>Now, if you want to disable the Java Quick Starter process you can do that in the Windows Control Panel. You find a Java entry there which will open the Java Control Panel.</p><p>A click on Advanced and the selection of Miscellaneous will display the activated Java Quick Starter entry. Uncheck the box to disable the process. This will be visible in the Windows Task Manager immediately.</p><div
id="attachment_27744" class="wp-caption alignnone" style="width: 457px"><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/java_quickstarter.png" alt="java quickstarter" title="java quickstarter" width="447" height="500" class="size-full wp-image-27744" /><p
class="wp-caption-text">java quickstarter</p></div><p>You might also be interested in finding out how to run <a
href="http://www.ghacks.net/2010/06/21/java-portable/">Java Portable</a> which is another option to make sure that no background processes are running.</p><p>Interested in finding out what other processes on your system are doing? Check out our <a
href="http://www.ghacks.net/tag/process/">Process</a> listing for that.</p><p><strong>Update:</strong> Several commenters mentioned that using the Java Control Applet to disable jqs.exe will only disable the program from running for the logged in user. Another method to disable the Java background process is more appropriate for multi-user systems:</p><p>You need to press Windows-R, type in services.msc and hit enter. This opens the Windows Services configuration window. Locate the Java Quick Starter service from the listing and right-click it.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2008/12/java-quick-starter.png"><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/java-quick-starter.png" alt="java quick starter" title="java quick starter" width="521" height="333" class="alignnone size-full wp-image-42392" /></a></p><p>Select Properties from the menu, this opens a new window with details about the process.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2008/12/disable-java-quick-starter.png"><img
src="http://www.ghacks.net/wp-content/uploads/2008/12/disable-java-quick-starter.png" alt="disable java quick starter" title="disable java quick starter" width="404" height="460" class="alignnone size-full wp-image-42393" /></a></p><p>Click on the Stop button to stop the Java Quick Starter button and thus jqs.exe from running in the current session. You also need to change the startup type from automatic to disabled to prevent that it is loaded on the next start of the Windows operating system. Once done click Apply and then Ok to close the window.</p><p><strong>Additional Resources:</strong></p><p><a
href="http://www.ghacks.net/2008/04/09/update-java-and-remove-old-java-versions-from-your-system/">Update Java</a><br
/> <a
href="http://www.ghacks.net/2007/08/26/process-lasso-a-process-manager/">Windows Process Manager</a> (better task manager)<br
/> <a
href="http://www.ghacks.net/2007/10/22/how-to-remove-ctfmonexe/">ctfmon.exe</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/12/15/jqsexe/feed/</wfw:commentRss> <slash:comments>103</slash:comments> </item> </channel> </rss>
