<?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>WEB-NES-BAY &#187; Amd64</title>
	<atom:link href="http://webnesbay.com/tag/amd64/feed/" rel="self" type="application/rss+xml" />
	<link>http://webnesbay.com</link>
	<description>Learn Tips and tricks on Linux, Hacking, linux, PHP, Perl, Web, Hardware</description>
	<lastBuildDate>Sun, 11 Apr 2010 05:12:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Run Java web start on Hardy AMD64</title>
		<link>http://webnesbay.com/run-java-web-start-on-hardy-amd64/</link>
		<comments>http://webnesbay.com/run-java-web-start-on-hardy-amd64/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 05:19:23 +0000</pubDate>
		<dc:creator>WEBNESBAY</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Amd64]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://webnesbay.com/?p=195</guid>
		<description><![CDATA[I have spend hours searching how to make java
web start work in my Hardy Hedron AMD64, but
couldn&#8217;t make it work so far. When I run it with
openJDK nothing happens at all, and when I run
it with sun java 32-bit, the &#8220;java starting&#8221; even splash
appears, but I get the following error
(trying to launche topcoders arena):
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://www.topcoder.com/contest/arena/ContestAppletProd.jnlp
at com.sun.deploy.net.DownloadEngine.actionDownload(DownloadEngine.java:961)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(DownloadEngine.java:1059)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:1134)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:1068)
at com.sun.deploy.net.DownloadEngine.getResource(DownloadEngine.java:142)
at com.sun.deploy.net.DownloadEngine.getResource(DownloadEngine.java:127)
at com.sun.javaws.Launcher.updateFinalLaunchDesc(Launcher.java:245)
at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:127)
at com.sun.javaws.Launcher.launch(Launcher.java:95)
at com.sun.javaws.Main.launchApp(Main.java:300)
at com.sun.javaws.Main.continueInSecureThread(Main.java:210)
at com.sun.javaws.Main$1.run(Main.java:107)
at java.lang.Thread.run(Thread.java:619)
Follow the below instructions to open with webstart
1. First [...]


Related posts:<ol><li><a href='http://webnesbay.com/interacting-java-with-php/' rel='bookmark' title='Permanent Link: Interacting Java with PHP'>Interacting Java with PHP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I have spend hours searching how to make java</p>
<p>web start work in my Hardy Hedron AMD64, but</p>
<p>couldn&#8217;t make it work so far. When I run it with</p>
<p>openJDK nothing happens at all, and when I run</p>
<p>it with sun java 32-bit, the &#8220;java starting&#8221; even splash</p>
<p>appears, but I get the following error</p>
<p>(trying to launche topcoders arena):</p>
<p>com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://www.topcoder.com/contest/arena/ContestAppletProd.jnlp<br />
at com.sun.deploy.net.DownloadEngine.actionDownload(DownloadEngine.java:961)<br />
at com.sun.deploy.net.DownloadEngine.getCacheEntry(DownloadEngine.java:1059)<br />
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:1134)<br />
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:1068)<br />
at com.sun.deploy.net.DownloadEngine.getResource(DownloadEngine.java:142)<br />
at com.sun.deploy.net.DownloadEngine.getResource(DownloadEngine.java:127)<br />
at com.sun.javaws.Launcher.updateFinalLaunchDesc(Launcher.java:245)<br />
at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:127)<br />
at com.sun.javaws.Launcher.launch(Launcher.java:95)<br />
at com.sun.javaws.Main.launchApp(Main.java:300)<br />
at com.sun.javaws.Main.continueInSecureThread(Main.java:210)<br />
at com.sun.javaws.Main$1.run(Main.java:107)<br />
at java.lang.Thread.run(Thread.java:619)</p>
<p>Follow the below instructions to open with webstart</p>
<p>1. First remove your open jre by the following command<br />
sudo apt-get remove openjdk-6jre (this is depends on your version)<br />
2. After removing openjdk type javaws on your terminal, it should say command not found. If it is true follow the below steps otherwise open jdk or jre doesn&#8217;t removed properly. Go to Step 1<br />
3. Now download jdk1.6.0_13 from sun.java website and extract it on your Desktop<br />
4. Run this command<br />
sudo cp ~/Desktop/jdk1.6.0_13 -R /usr/java<br />
5. Create a simlink to /usr/bin. Run the below command<br />
ln -s /usr/java/jdk1.6.0_13/bin/javaws /usr/bin<br />
6. Now type javaws in terminal. You should get like this, I am providing you some content below&#8230;</p>
<p>Java(TM) Web Start 1.6.0_13<br />
Usage:  javaws [run-options] &lt;jnlp-file&gt;<br />
javaws [control-options]</p>
<p>where run-options include:<br />
-verbose              display additional output<br />
-offline              run the application in offline mode<br />
&#8230;&#8230;&#8230;&#8230;.</p>
<p>Launching the application<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
1. open your terminal and type<br />
javaws &lt;application link location&gt;</p>
<p>eg: javaws <a href="http://blabla.com/blabla.jnlp" target="_blank">http://blabla.com/blabla.jnlp</a><br />
or<br />
javaws ~/Desktop/blabla.jnlp</p>
<p>Seems to be a lengthy procedure. But will help you sure</p>
<p>Comment me if it doesn&#8217;t works</p>


<p>Related posts:<ol><li><a href='http://webnesbay.com/interacting-java-with-php/' rel='bookmark' title='Permanent Link: Interacting Java with PHP'>Interacting Java with PHP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webnesbay.com/run-java-web-start-on-hardy-amd64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome for Linux</title>
		<link>http://webnesbay.com/google-chrome-for-linux/</link>
		<comments>http://webnesbay.com/google-chrome-for-linux/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 09:10:34 +0000</pubDate>
		<dc:creator>WEBNESBAY</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Amd64]]></category>
		<category><![CDATA[Bit Systems]]></category>
		<category><![CDATA[Current]]></category>
		<category><![CDATA[Deb]]></category>
		<category><![CDATA[Do The Right Thing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Linux Browser]]></category>
		<category><![CDATA[Privacy Features]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[Unstable Version]]></category>

		<guid isPermaLink="false">http://webnesbay.com/?p=55</guid>
		<description><![CDATA[Google released its browser chrome for linux. This is unstable version

Installing Google Chrome will add the Google repository so your system will automatically keep Chrome up to date. (If you don&#8217;t want Google&#8217;s repository, do &#8220;sudo touch /etc/defaults/google-chrome&#8221; before installing the package.)
Note: The Linux build still lacks certain privacy features, and is not appropriate for general consumer use.
Download and install the package appropriate for your system (just clicking on it should do the right thing):

Dev channel (for 32 bit systems): [...]


Related posts:<ol><li><a href='http://webnesbay.com/install-google-gears-for-firefox-3-5-in-jaunty-linux/' rel='bookmark' title='Permanent Link: Install Google gears for firefox 3.5 in Jaunty Linux'>Install Google gears for firefox 3.5 in Jaunty Linux</a></li>
<li><a href='http://webnesbay.com/google-chrome-xss-vulnerability/' rel='bookmark' title='Permanent Link: Google Chrome XSS Vulnerability'>Google Chrome XSS Vulnerability</a></li>
<li><a href='http://webnesbay.com/install-google-picasa-on-ubuntu/' rel='bookmark' title='Permanent Link: Install Google Picasa on Ubuntu'>Install Google Picasa on Ubuntu</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Google released its browser chrome for linux. This is unstable version</p>
<p style="text-align: center;"><img class="size-full wp-image-58 aligncenter" title="Google-Chrome" src="http://webnesbay.com/wp-content/uploads/2009/06/Google-Chrome.jpg" alt="Google-Chrome" width="245" height="225" /></p>
<p><em><strong>Installing Google Chrome will add the Google repository</strong></em> so your system will automatically keep Chrome up to date. (If you don&#8217;t want Google&#8217;s repository, do &#8220;<tt>sudo touch /etc/defaults/google-chrome</tt>&#8221; before installing the package.)</p>
<div>Note: The Linux build still lacks certain <a href="http://www.google.com/chrome/intl/en/privacy_linux.html">privacy features</a>, and is not appropriate for general consumer use.</div>
<p>Download and install the package appropriate for your system (just clicking on it should do the right thing):</p>
<ul>
<li>Dev channel (for 32 bit systems): <a href="http://www.google.com/chrome/intl/en/eula_dev.html?dl=unstable_i386_deb"> google-chrome-unstable_current_i386.deb</a></li>
<li>Dev channel (for 64 bit systems): <a href="http://www.google.com/chrome/intl/en/eula_dev.html?dl=unstable_amd64_deb"> google-chrome-unstable_current_amd64.deb</a></li>
</ul>


<p>Related posts:<ol><li><a href='http://webnesbay.com/install-google-gears-for-firefox-3-5-in-jaunty-linux/' rel='bookmark' title='Permanent Link: Install Google gears for firefox 3.5 in Jaunty Linux'>Install Google gears for firefox 3.5 in Jaunty Linux</a></li>
<li><a href='http://webnesbay.com/google-chrome-xss-vulnerability/' rel='bookmark' title='Permanent Link: Google Chrome XSS Vulnerability'>Google Chrome XSS Vulnerability</a></li>
<li><a href='http://webnesbay.com/install-google-picasa-on-ubuntu/' rel='bookmark' title='Permanent Link: Install Google Picasa on Ubuntu'>Install Google Picasa on Ubuntu</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://webnesbay.com/google-chrome-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
