<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Como abrir pagina web desde codigo Java</title>
	<atom:link href="http://www.jorgelig.com/2009/04/20/como-abrir-pagina-web-desde-codigo-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jorgelig.com/2009/04/20/como-abrir-pagina-web-desde-codigo-java/</link>
	<description>Jorgelig Blog, mi lado Friki al natural...</description>
	<lastBuildDate>Mon, 19 Dec 2011 17:51:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: bengiexd</title>
		<link>http://www.jorgelig.com/2009/04/20/como-abrir-pagina-web-desde-codigo-java/comment-page-1/#comment-6275</link>
		<dc:creator>bengiexd</dc:creator>
		<pubDate>Wed, 30 Mar 2011 01:34:28 +0000</pubDate>
		<guid isPermaLink="false">http://jorgelig.la100rra.com.mx/?p=461#comment-6275</guid>
		<description>//para abrir URL&#039;s por defecto desde cualkier navegador y sistema //operativo 


import java.net.URI;
import java.awt.Desktop;

public class openURL {
	public static void main(String[] nike)throws Exception {
		Desktop.getDesktop().browse(newURI(&quot;http://www.enladisco.com/limp-                                                                             bizkit/alternativo/&quot;));
	}
}</description>
		<content:encoded><![CDATA[<p>//para abrir URL&#8217;s por defecto desde cualkier navegador y sistema //operativo </p>
<p>import java.net.URI;<br />
import java.awt.Desktop;</p>
<p>public class openURL {<br />
	public static void main(String[] nike)throws Exception {<br />
		Desktop.getDesktop().browse(newURI(&#8220;http://www.enladisco.com/limp-                                                                             bizkit/alternativo/&#8221;));<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yamilskate</title>
		<link>http://www.jorgelig.com/2009/04/20/como-abrir-pagina-web-desde-codigo-java/comment-page-1/#comment-1723</link>
		<dc:creator>Yamilskate</dc:creator>
		<pubDate>Wed, 16 Sep 2009 17:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://jorgelig.la100rra.com.mx/?p=461#comment-1723</guid>
		<description>Excelente función men!!! Gracias.
PD: Comentar el código no hubiera estado de más. :P</description>
		<content:encoded><![CDATA[<p>Excelente función men!!! Gracias.<br />
PD: Comentar el código no hubiera estado de más. <img src='http://www.jorgelig.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Percy</title>
		<link>http://www.jorgelig.com/2009/04/20/como-abrir-pagina-web-desde-codigo-java/comment-page-1/#comment-1722</link>
		<dc:creator>Percy</dc:creator>
		<pubDate>Mon, 17 Aug 2009 15:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://jorgelig.la100rra.com.mx/?p=461#comment-1722</guid>
		<description>Que Buena .... no sabes como me ha servido amigo mucgas gracias!!!

Saludos desde Peru!!</description>
		<content:encoded><![CDATA[<p>Que Buena &#8230;. no sabes como me ha servido amigo mucgas gracias!!!</p>
<p>Saludos desde Peru!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandra</title>
		<link>http://www.jorgelig.com/2009/04/20/como-abrir-pagina-web-desde-codigo-java/comment-page-1/#comment-1721</link>
		<dc:creator>Alejandra</dc:creator>
		<pubDate>Fri, 10 Jul 2009 19:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://jorgelig.la100rra.com.mx/?p=461#comment-1721</guid>
		<description>Gracias por el aporte. Funciona perfectamente.

Saludos y Felicitaciones!</description>
		<content:encoded><![CDATA[<p>Gracias por el aporte. Funciona perfectamente.</p>
<p>Saludos y Felicitaciones!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel</title>
		<link>http://www.jorgelig.com/2009/04/20/como-abrir-pagina-web-desde-codigo-java/comment-page-1/#comment-1720</link>
		<dc:creator>Gabriel</dc:creator>
		<pubDate>Wed, 13 May 2009 06:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://jorgelig.la100rra.com.mx/?p=461#comment-1720</guid>
		<description>Muy buen aporte, muchas gracias, me ha servido...

Felicitaciones y sigan con su trabajo...</description>
		<content:encoded><![CDATA[<p>Muy buen aporte, muchas gracias, me ha servido&#8230;</p>
<p>Felicitaciones y sigan con su trabajo&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

