<?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>NamHuy &#187; java</title>
	<atom:link href="http://namhuy.org/blog/tag/java/feed/" rel="self" type="application/rss+xml" />
	<link>http://namhuy.org/blog</link>
	<description>Linux tips and tricks</description>
	<lastBuildDate>Fri, 23 Jul 2010 08:41:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Ubuntu Karmik and Eclipse Galileo</title>
		<link>http://namhuy.org/blog/2010/01/11/ubuntu-karmik-and-eclipse-galileo/</link>
		<comments>http://namhuy.org/blog/2010/01/11/ubuntu-karmik-and-eclipse-galileo/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 21:46:45 +0000</pubDate>
		<dc:creator>Huy Tran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/?p=83</guid>
		<description><![CDATA[The great Ubuntu Karmik is just around the corner. If you happen to use Eclipse from the official eclipse webpage and you see that some eclipse buttons do not work, then apply the following hack. Make yourself a one line &#8230; <a href="http://namhuy.org/blog/2010/01/11/ubuntu-karmik-and-eclipse-galileo/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The great Ubuntu Karmik is just around the corner. If you happen to use Eclipse from the official eclipse webpage and you see that some eclipse buttons do not work, then apply the following hack. Make yourself a one line script to execute eclipse like follows:</p>
<blockquote><p>#!/bin/bash</p>
<p>export GDK_NATIVE_WINDOWS=1<br />
./eclipse</p></blockquote>
<p>and it will work again. For tptp (the profiling tools for eclipse) you’ll need libstdc++5 package from debian.</p>
]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2010/01/11/ubuntu-karmik-and-eclipse-galileo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HowTo Ubuntu 8.10 64bit and Areca 6.2 (6.1) java Backup Utility</title>
		<link>http://namhuy.org/blog/2009/02/17/howto-ubuntu-810-64bit-and-areca-62-61-java-backup-utility/</link>
		<comments>http://namhuy.org/blog/2009/02/17/howto-ubuntu-810-64bit-and-areca-62-61-java-backup-utility/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 08:01:23 +0000</pubDate>
		<dc:creator>Huy Tran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips - Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[areca]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://namhuy.org/blog/?p=51</guid>
		<description><![CDATA[1) Go to Synaptic and install libswt-cairo-gtk-3.4-jni libswt-gnome-gtk-3.4-jni libswt-gtk-3.4-java libswt-gtk-3.4-jni libswt-mozilla-gtk-3.4-jni 2) cd /usr/lib/jni cp the files: libswt-atk-gtk-3448.so libswt-cairo-gtk-3448.so libswt-gtk-3448.so libswt-pi-gtk-3448.so libswt-awt-gtk-3448.so libswt-gnome-gtk-3448.so libswt-mozilla-gtk-3448.so to the areca/lib folder with names in order of appearance: libswt-atk-gtk-3232.so libswt-cairo-gtk-3232.so libswt-gtk-3232.so libswt-pi-gtk-3232.so libswt-awt-gtk-3232.so libswt-gnome-gtk-3232.so &#8230; <a href="http://namhuy.org/blog/2009/02/17/howto-ubuntu-810-64bit-and-areca-62-61-java-backup-utility/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="snap_preview">
<p>1) Go to Synaptic and install</p>
<p>libswt-cairo-gtk-3.4-jni<br />
libswt-gnome-gtk-3.4-jni<br />
libswt-gtk-3.4-java<br />
libswt-gtk-3.4-jni<br />
libswt-mozilla-gtk-3.4-jni</p>
<p>2) cd /usr/lib/jni</p>
<p>cp the files:</p>
<p>libswt-atk-gtk-3448.so<br />
libswt-cairo-gtk-3448.so<br />
libswt-gtk-3448.so<br />
libswt-pi-gtk-3448.so<br />
libswt-awt-gtk-3448.so<br />
libswt-gnome-gtk-3448.so<br />
libswt-mozilla-gtk-3448.so</p>
<p>to the areca/lib folder with names in order of appearance:</p>
<p>libswt-atk-gtk-3232.so<br />
libswt-cairo-gtk-3232.so<br />
libswt-gtk-3232.so<br />
libswt-pi-gtk-3232.so<br />
libswt-awt-gtk-3232.so<br />
libswt-gnome-gtk-3232.so<br />
libswt-mozilla-gtk-3232.so</p>
<p>overwriting the original ones <img class="wp-smiley" src="http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif" alt=";)" /> .</p>
<p>3) the files:</p>
<p>org.eclipse.swt.gtk.linux.x86_3.2.0.v3232m.jar<br />
org.eclipse.jface_3.2.0.I20060605-1400.jar</p>
<p>come from an eclipse installation actually, so if you don’t have eclipse,<br />
download it and:</p>
<p>cd eclipse/plugins</p>
<p>and cp the org.eclipse.swt.gtk.linux.x86_64_3.4.1.v3449c.jar<br />
into areca/lib org.eclipse.swt.gtk.linux.x86_3.2.0.v3232m.jar</p>
<p>and cp org.eclipse.jface_3.4.1.M20080827-2000.jar to areca/lib<br />
org.eclipse.jface_3.2.0.I20060605-1400.jar</p>
<p>overwriting the original ones.</p>
<p>Now, the file libarecafs.so surprise, surprise is a 32 bit one, so I compiled the 64bit one.<br />
With the 32bit one, you’ll get a couple of warnings:</p>
<p>09-01-22 20:44 &#8211; WARNING &#8211; com.myJava.file.metadata.posix.jni.JNIMetaDataAccessor cannot be used on this system. Got the following error : “java.lang.UnsatisfiedLinkError : /home/jordilin/areca/lib/libarecafs.so: /home/jordilin/areca/lib/libarecafs.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)”<br />
09-01-22 20:44 &#8211; WARNING &#8211; [com.myJava.file.metadata.posix.jni.JNIMetaDataAccessor] not validated. The default metadata accessor will be used instead.</p>
<p>4) ./areca.sh<br />
5) done</p>
<p>Note. I tested this using 6.2 pre-release, but using 6.1 should be the same.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://namhuy.org/blog/2009/02/17/howto-ubuntu-810-64bit-and-areca-62-61-java-backup-utility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
