<?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>Capi's Corner &#187; jni</title>
	<atom:link href="http://www.dont-panic.cc/capi/tag/jni/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dont-panic.cc/capi</link>
	<description>Development, Network, Security, Ideas &#038; Opinions</description>
	<lastBuildDate>Sat, 10 Dec 2011 19:31:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FAQ: Java Console Handling</title>
		<link>http://www.dont-panic.cc/capi/2005/06/14/faq-java-console-handling/</link>
		<comments>http://www.dont-panic.cc/capi/2005/06/14/faq-java-console-handling/#comments</comments>
		<pubDate>Tue, 14 Jun 2005 18:02:54 +0000</pubDate>
		<dc:creator>Martin Carpella</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jni]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://www.dont-panic.cc/capi/?p=15</guid>
		<description><![CDATA[As it is one of the FAQs on every Java newsgroup or Java Mailinglists: &#8220;How to handle console?&#8221; I came across a nice library that supports console operations on Windows, Linux and Mac OS: JLine. Check it out, if you really need to work with the console on the mentioned platforms. The libarary works using [...]]]></description>
			<content:encoded><![CDATA[<p>As it is one of the FAQs on every Java newsgroup or Java Mailinglists: &#8220;How to handle console?&#8221;</p>
<p>I came across a nice library that supports console operations on Windows, Linux and Mac OS: <a href="http://jline.sourceforge.net/">JLine</a>.</p>
<p>Check it out, if you really need to work with the console on the mentioned platforms. The libarary works using native features, but I find the handling quite nice: the required DLL for Windows for instance is dynamically extracted from the JAR and loaded, so there is no need for a special installation.</p>
<p>JLine does not provide curses features at the moment, but it is a good approach if you need to read a password from standard in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dont-panic.cc/capi/2005/06/14/faq-java-console-handling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

