<?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 &#187; java tips</title>
	<atom:link href="http://www.ghacks.net/tag/java-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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</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 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?</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>
<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>

	Tags: <a href="http://www.ghacks.net/tag/java/" title="java" rel="tag">java</a>, <a href="http://www.ghacks.net/tag/java-applet/" title="java applet" rel="tag">java applet</a>, <a href="http://www.ghacks.net/tag/java-control-panel/" title="java control panel" rel="tag">java control panel</a>, <a href="http://www.ghacks.net/tag/java-process/" title="java process" rel="tag">java process</a>, <a href="http://www.ghacks.net/tag/java-quick-starter/" title="java quick starter" rel="tag">java quick starter</a>, <a href="http://www.ghacks.net/tag/java-runtime-environemtn/" title="java runtime environemtn" rel="tag">java runtime environemtn</a>, <a href="http://www.ghacks.net/tag/java-tips/" title="java tips" rel="tag">java tips</a>, <a href="http://www.ghacks.net/tag/jqs/" title="jqs" rel="tag">jqs</a>, <a href="http://www.ghacks.net/tag/jqsexe/" title="jqs.exe" rel="tag">jqs.exe</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/04/09/update-java-and-remove-old-java-versions-from-your-system/" title="Update Java and remove old Java versions from your system (April 9, 2008)">Update Java and remove old Java versions from your system</a> (10)</li>
	<li><a href="http://www.ghacks.net/2008/10/29/turn-your-mobile-phone-into-a-pc-remote-control/" title="Turn Your Mobile Phone Into A PC Remote Control (October 29, 2008)">Turn Your Mobile Phone Into A PC Remote Control</a> (22)</li>
	<li><a href="http://www.ghacks.net/2009/02/05/photo-collage/" title="Photo Collage (February 5, 2009)">Photo Collage</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/09/16/opera-mini-5-beta/" title="Opera Mini 5 beta (September 16, 2009)">Opera Mini 5 beta</a> (16)</li>
	<li><a href="http://www.ghacks.net/2008/08/01/new-attack-combine-files-with-jar-scripts/" title="New Attack: Combine Files With Jar Scripts (August 1, 2008)">New Attack: Combine Files With Jar Scripts</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/12/15/jqsexe/feed/</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
	</channel>
</rss>
