<?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>java | デバッグライフ</title>
	<atom:link href="https://debug-life.net/entry/category/it/java/feed" rel="self" type="application/rss+xml" />
	<link>https://debug-life.net</link>
	<description>プログラミングや日常の記録など</description>
	<lastBuildDate>Sat, 15 Apr 2017 14:25:37 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
<site xmlns="com-wordpress:feed-additions:1">114748130</site>	<item>
		<title>Javaで作成した一時ファイルを終了時に削除する</title>
		<link>https://debug-life.net/entry/814</link>
					<comments>https://debug-life.net/entry/814#respond</comments>
		
		<dc:creator><![CDATA[byebyehaikikyou]]></dc:creator>
		<pubDate>Wed, 05 Oct 2016 15:03:26 +0000</pubDate>
				<category><![CDATA[java]]></category>
		<category><![CDATA[TempFile]]></category>
		<guid isPermaLink="false">http://debug-life.net/?p=814</guid>

					<description><![CDATA[<p>Javaのjava.nio.file.Filesで作った一時ファイルをプログラム終了時に削除するのにFilesクラスにそれ用のAPIがあるかと思っていたけどなかったので以下のようにして対応した。 目次 File#dele [&#8230;]</p>
The post <a href="https://debug-life.net/entry/814">Javaで作成した一時ファイルを終了時に削除する</a> first appeared on <a href="https://debug-life.net">デバッグライフ</a>.]]></description>
		
					<wfw:commentRss>https://debug-life.net/entry/814/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">814</post-id>	</item>
		<item>
		<title>JNIメモ１</title>
		<link>https://debug-life.net/entry/467</link>
					<comments>https://debug-life.net/entry/467#respond</comments>
		
		<dc:creator><![CDATA[byebyehaikikyou]]></dc:creator>
		<pubDate>Thu, 16 Jun 2016 14:32:03 +0000</pubDate>
				<category><![CDATA[java]]></category>
		<category><![CDATA[jni]]></category>
		<guid isPermaLink="false">http://debug-life.net/?p=467</guid>

					<description><![CDATA[<p>Impalaという分散クエリエンジンを使っていてImpaladが突然JVMのSIGSEGVで異常終了してしまうことがありソースを追いかけている。ソースを読んでいるとJNI経由でC++の世界とJavaの世界との連携を行なっ [&#8230;]</p>
The post <a href="https://debug-life.net/entry/467">JNIメモ１</a> first appeared on <a href="https://debug-life.net">デバッグライフ</a>.]]></description>
		
					<wfw:commentRss>https://debug-life.net/entry/467/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">467</post-id>	</item>
		<item>
		<title>Building OpenJDK9 on Mac</title>
		<link>https://debug-life.net/entry/364</link>
					<comments>https://debug-life.net/entry/364#respond</comments>
		
		<dc:creator><![CDATA[byebyehaikikyou]]></dc:creator>
		<pubDate>Sun, 05 Jun 2016 15:19:03 +0000</pubDate>
				<category><![CDATA[java]]></category>
		<category><![CDATA[lldb]]></category>
		<category><![CDATA[openjdk]]></category>
		<guid isPermaLink="false">http://debug-life.net/?p=364</guid>

					<description><![CDATA[<p>Javaをデバッグ実行したくOpenJDKをmac上でビルドした時のメモ。僕の環境は以下の通り。 目次 ビルド環境ビルドデバッグ実行参考リンク ビルド環境 OS X EL Captain 10.11.5 XCode7.3 [&#8230;]</p>
The post <a href="https://debug-life.net/entry/364">Building OpenJDK9 on Mac</a> first appeared on <a href="https://debug-life.net">デバッグライフ</a>.]]></description>
		
					<wfw:commentRss>https://debug-life.net/entry/364/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">364</post-id>	</item>
		<item>
		<title>How lombok works</title>
		<link>https://debug-life.net/entry/1230</link>
					<comments>https://debug-life.net/entry/1230#respond</comments>
		
		<dc:creator><![CDATA[byebyehaikikyou]]></dc:creator>
		<pubDate>Tue, 16 Dec 2014 06:12:10 +0000</pubDate>
				<category><![CDATA[java]]></category>
		<category><![CDATA[lombok]]></category>
		<guid isPermaLink="false">http://debug-life.net/entry/1230</guid>

					<description><![CDATA[<p>アノテーションさえ十分に使いこなせていないが、、javaのlombokライブラリについて調べる機会があったので自分なりにまとめてみる。 lombokは、AST変換というマジックを使ってコンパイラの変換プロセスの中で生成さ [&#8230;]</p>
The post <a href="https://debug-life.net/entry/1230">How lombok works</a> first appeared on <a href="https://debug-life.net">デバッグライフ</a>.]]></description>
		
					<wfw:commentRss>https://debug-life.net/entry/1230/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1230</post-id>	</item>
	</channel>
</rss>
