<?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 for Jonathan Giles</title>
	<atom:link href="http://JonathanGiles.net/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://JonathanGiles.net/blog</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 23:28:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on Java desktop links of the week, May 14 by Pedro Duque Vieira</title>
		<link>http://JonathanGiles.net/blog/?p=1246&#038;cpage=1#comment-84591</link>
		<dc:creator>Pedro Duque Vieira</dc:creator>
		<pubDate>Tue, 15 May 2012 23:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://JonathanGiles.net/blog/?p=1246#comment-84591</guid>
		<description>that&#039;s awesome! :)</description>
		<content:encoded><![CDATA[<p>that&#8217;s awesome! <img src='http://JonathanGiles.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java desktop links of the week, May 14 by Jonathan</title>
		<link>http://JonathanGiles.net/blog/?p=1246&#038;cpage=1#comment-84576</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Mon, 14 May 2012 01:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://JonathanGiles.net/blog/?p=1246#comment-84576</guid>
		<description>This is in fact one of the features we&#039;re adding to the next release, among a number of improvements. I am looking forward to getting an updated release out as soon as possible.</description>
		<content:encoded><![CDATA[<p>This is in fact one of the features we&#8217;re adding to the next release, among a number of improvements. I am looking forward to getting an updated release out as soon as possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java desktop links of the week, May 14 by Pedro Duque Vieira</title>
		<link>http://JonathanGiles.net/blog/?p=1246&#038;cpage=1#comment-84575</link>
		<dc:creator>Pedro Duque Vieira</dc:creator>
		<pubDate>Mon, 14 May 2012 00:40:31 +0000</pubDate>
		<guid isPermaLink="false">http://JonathanGiles.net/blog/?p=1246#comment-84575</guid>
		<description>Hi, 

Great work on the Scenic View tool. I think we need more tools like this, particularly it would also be awesome to be able to update the scenes css on the fly during runtime like firebug.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Great work on the Scenic View tool. I think we need more tools like this, particularly it would also be awesome to be able to update the scenes css on the fly during runtime like firebug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java desktop links of the week, April 3 by Christian Bridgers</title>
		<link>http://JonathanGiles.net/blog/?p=1222&#038;cpage=1#comment-83994</link>
		<dc:creator>Christian Bridgers</dc:creator>
		<pubDate>Tue, 03 Apr 2012 13:02:55 +0000</pubDate>
		<guid isPermaLink="false">http://JonathanGiles.net/blog/?p=1222#comment-83994</guid>
		<description>Great Job, Carl!  Lot&#039;s of good stuff this week!</description>
		<content:encoded><![CDATA[<p>Great Job, Carl!  Lot&#8217;s of good stuff this week!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java 7, Cisco AnyConnect, and SocketExceptions by Daniel</title>
		<link>http://JonathanGiles.net/blog/?p=1126&#038;cpage=1#comment-81143</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 01 Dec 2011 20:13:46 +0000</pubDate>
		<guid isPermaLink="false">http://JonathanGiles.net/blog/?p=1126#comment-81143</guid>
		<description>Thanks a lot for the hint! I&#039;ve run into this problem before without knowing its source. Didn&#039;t really try to get to the bottom of it since I&#039;m only rarely using VPN.

Another possibility is to force-disable IPv6 in Java by setting the system property from the command line, like so:
-Djava.net.preferIPv4Stack=true
but in my case your method is much less cumbersome.

Regards</description>
		<content:encoded><![CDATA[<p>Thanks a lot for the hint! I&#8217;ve run into this problem before without knowing its source. Didn&#8217;t really try to get to the bottom of it since I&#8217;m only rarely using VPN.</p>
<p>Another possibility is to force-disable IPv6 in Java by setting the system property from the command line, like so:<br />
-Djava.net.preferIPv4Stack=true<br />
but in my case your method is much less cumbersome.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java 7, Cisco AnyConnect, and SocketExceptions by Mia J</title>
		<link>http://JonathanGiles.net/blog/?p=1126&#038;cpage=1#comment-81098</link>
		<dc:creator>Mia J</dc:creator>
		<pubDate>Wed, 30 Nov 2011 03:22:18 +0000</pubDate>
		<guid isPermaLink="false">http://JonathanGiles.net/blog/?p=1126#comment-81098</guid>
		<description>I have the same issue under win 7 x64 with jdk1.6.29. I have tried disabling ipv6 with no luck. Anyone else ever have this issue? I can run the same code with win xp w/ anyconnect and no issues. 

Caused by: java.net.SocketException: Permission denied: connect
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(Unknown Source)
	at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
	at java.net.PlainSocketImpl.connect(Unknown Source)
	at java.net.SocksSocketImpl.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)</description>
		<content:encoded><![CDATA[<p>I have the same issue under win 7 x64 with jdk1.6.29. I have tried disabling ipv6 with no luck. Anyone else ever have this issue? I can run the same code with win xp w/ anyconnect and no issues. </p>
<p>Caused by: java.net.SocketException: Permission denied: connect<br />
	at java.net.PlainSocketImpl.socketConnect(Native Method)<br />
	at java.net.PlainSocketImpl.doConnect(Unknown Source)<br />
	at java.net.PlainSocketImpl.connectToAddress(Unknown Source)<br />
	at java.net.PlainSocketImpl.connect(Unknown Source)<br />
	at java.net.SocksSocketImpl.connect(Unknown Source)<br />
	at java.net.Socket.connect(Unknown Source)<br />
	at java.net.Socket.connect(Unknown Source)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java 7, Cisco AnyConnect, and SocketExceptions by Dan Hata</title>
		<link>http://JonathanGiles.net/blog/?p=1126&#038;cpage=1#comment-81090</link>
		<dc:creator>Dan Hata</dc:creator>
		<pubDate>Tue, 29 Nov 2011 20:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://JonathanGiles.net/blog/?p=1126#comment-81090</guid>
		<description>Holy crap, this problem has blocked me for days - thanks!</description>
		<content:encoded><![CDATA[<p>Holy crap, this problem has blocked me for days &#8211; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java 7, Cisco AnyConnect, and SocketExceptions by Jonathan</title>
		<link>http://JonathanGiles.net/blog/?p=1126&#038;cpage=1#comment-80200</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sun, 30 Oct 2011 22:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://JonathanGiles.net/blog/?p=1126#comment-80200</guid>
		<description>My understanding (as per the &lt;a href=&quot;http://www.java.net/node/703177&quot; rel=&quot;nofollow&quot;&gt;discussion here&lt;/a&gt;) is that it is a change in behavior in Java 7, and a bug in AnyConnect that it doesn&#039;t work well against IPv6. Of course, I&#039;m not sure what the real issues are - just that this change above resolved the issue for me.</description>
		<content:encoded><![CDATA[<p>My understanding (as per the <a href="http://www.java.net/node/703177" rel="nofollow">discussion here</a>) is that it is a change in behavior in Java 7, and a bug in AnyConnect that it doesn&#8217;t work well against IPv6. Of course, I&#8217;m not sure what the real issues are &#8211; just that this change above resolved the issue for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java 7, Cisco AnyConnect, and SocketExceptions by Gary Gregory</title>
		<link>http://JonathanGiles.net/blog/?p=1126&#038;cpage=1#comment-80124</link>
		<dc:creator>Gary Gregory</dc:creator>
		<pubDate>Thu, 27 Oct 2011 20:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://JonathanGiles.net/blog/?p=1126#comment-80124</guid>
		<description>In order for this workaround to work, you have to restart your VPN connection. 

Is this a Java 7 bug?</description>
		<content:encoded><![CDATA[<p>In order for this workaround to work, you have to restart your VPN connection. </p>
<p>Is this a Java 7 bug?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java desktop links of the week, October 24 by Alexey</title>
		<link>http://JonathanGiles.net/blog/?p=1120&#038;cpage=1#comment-80066</link>
		<dc:creator>Alexey</dc:creator>
		<pubDate>Wed, 26 Oct 2011 13:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://JonathanGiles.net/blog/?p=1120#comment-80066</guid>
		<description>Too bad. Mobile is already the new &quot;Client&quot; for some of our customers, so we are very interested in Oracle plans for that.

C# developers already have MonoDroid &amp; MonoTouch which provide AOT compiling and binding to native controls. Even with JavaScript &amp; PhoneGap you can build an app that gives you native inputs and browser features.

Will JavaFX provide support for native controls too(SWT way)? Otherwise it would be an option only for games &amp; apps with some highly customized UI. Or we&#039;ll get the next non-native-swing-apps again, just on mobile now.</description>
		<content:encoded><![CDATA[<p>Too bad. Mobile is already the new &#8220;Client&#8221; for some of our customers, so we are very interested in Oracle plans for that.</p>
<p>C# developers already have MonoDroid &amp; MonoTouch which provide AOT compiling and binding to native controls. Even with JavaScript &amp; PhoneGap you can build an app that gives you native inputs and browser features.</p>
<p>Will JavaFX provide support for native controls too(SWT way)? Otherwise it would be an option only for games &amp; apps with some highly customized UI. Or we&#8217;ll get the next non-native-swing-apps again, just on mobile now.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

