<?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: Beyond Java Card</title>
	<atom:link href="https://javacard.vetilles.com/2016/05/19/beyond-java-card/feed/" rel="self" type="application/rss+xml" />
	<link>https://javacard.vetilles.com/2016/05/19/beyond-java-card/</link>
	<description>A weblog on Java Card, security, and other things personal</description>
	<lastBuildDate>Thu, 18 May 2017 07:26:32 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.32</generator>
	<item>
		<title>By: Eric VÃ©tillard</title>
		<link>https://javacard.vetilles.com/2016/05/19/beyond-java-card/#comment-30556</link>
		<dc:creator><![CDATA[Eric VÃ©tillard]]></dc:creator>
		<pubDate>Tue, 17 Jan 2017 16:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://javacard.vetilles.com/?p=25880#comment-30556</guid>
		<description><![CDATA[I haven&#039;t done this in a long time...

Try to look at https://community.oracle.com/community/java/java_embedded/java_card_2 for support.

Good luck!]]></description>
		<content:encoded><![CDATA[<p>I haven&#8217;t done this in a long time&#8230;</p>
<p>Try to look at <a href="https://community.oracle.com/community/java/java_embedded/java_card_2" rel="nofollow" class="liexternal">https://community.oracle.com/community/java/java_embedded/java_card_2</a> for support.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leonidas</title>
		<link>https://javacard.vetilles.com/2016/05/19/beyond-java-card/#comment-30555</link>
		<dc:creator><![CDATA[leonidas]]></dc:creator>
		<pubDate>Tue, 17 Jan 2017 12:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://javacard.vetilles.com/?p=25880#comment-30555</guid>
		<description><![CDATA[i am trying to test a Java Card applet to establish a connection to a simulator such as cref:

try {
    sckClient = new Socket(&quot;localhost&quot;, 9025);
    InputStream is = sckClient.getInputStream();
    OutputStream os = sckClient.getOutputStream();
    cad = CadDevice.getCadClientInstance(CadDevice.PROTOCOL_T0, is, os);
} catch (Exception e) {
    System.out.println(&quot;error&quot;);
    return;
}

try {
    cad.powerUp();
......

My code get stuck in powerUp without any error or exception. I am using the sample_device and sample_platform that comes with Java Card Development Kit 3.0.5u1]]></description>
		<content:encoded><![CDATA[<p>i am trying to test a Java Card applet to establish a connection to a simulator such as cref:</p>
<p>try {<br />
    sckClient = new Socket(&#8220;localhost&#8221;, 9025);<br />
    InputStream is = sckClient.getInputStream();<br />
    OutputStream os = sckClient.getOutputStream();<br />
    cad = CadDevice.getCadClientInstance(CadDevice.PROTOCOL_T0, is, os);<br />
} catch (Exception e) {<br />
    System.out.println(&#8220;error&#8221;);<br />
    return;<br />
}</p>
<p>try {<br />
    cad.powerUp();<br />
&#8230;&#8230;</p>
<p>My code get stuck in powerUp without any error or exception. I am using the sample_device and sample_platform that comes with Java Card Development Kit 3.0.5u1</p>
]]></content:encoded>
	</item>
</channel>
</rss>
