<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>LeafLabs Garden &#187; Topic: Maple IDE on Ubuntu 11.04 x86_64</title>
		<link>http://forums.leaflabs.com/topic.php?id=1300</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:27:55 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=1300" rel="self" type="application/rss+xml" />

		<item>
			<title>jduran on "Maple IDE on Ubuntu 11.04 x86_64"</title>
			<link>http://forums.leaflabs.com/topic.php?id=1300#post-7843</link>
			<pubDate>Mon, 23 Jan 2012 08:45:32 +0000</pubDate>
			<dc:creator>jduran</dc:creator>
			<guid isPermaLink="false">7843@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Hi forum,&#60;/p&#62;
&#60;p&#62;This is my first post.&#60;/p&#62;
&#60;p&#62;I've managed to run Maple IDE 0.12 on Ubuntu 11.04 64bits platform.&#60;/p&#62;
&#60;p&#62;What I did was:&#60;/p&#62;
&#60;p&#62;1.-Unpack maple-ide-0.0.12-linux32.tgz in a temporal folder, say /home/me/tmp.&#60;br /&#62;
2.-Make a folder (as sudo) in /usr/share/maple&#60;br /&#62;
3.-Copy (as sudo) the contents of /home/me/tmp/maple-ide-0.0.12 to /usr/share/maple&#60;br /&#62;
4.-Create a launcher in /usr/bin. I called it maple-ide with this contents&#60;/p&#62;
&#60;p&#62;#!/bin/sh&#60;/p&#62;
&#60;p&#62;APPDIR=/usr/share/maple&#60;/p&#62;
&#60;p&#62;cd $APPDIR&#60;/p&#62;
&#60;p&#62;for LIB in \&#60;br /&#62;
  lib/*.jar \&#60;br /&#62;
  ;&#60;br /&#62;
do&#60;br /&#62;
  CLASSPATH=&#34;${CLASSPATH}:${LIB}&#34;&#60;br /&#62;
done&#60;/p&#62;
&#60;p&#62;export CLASSPATH&#60;/p&#62;
&#60;p&#62;LD_LIBRARY_PATH=&#34;/usr/lib/jni${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}&#34;&#60;/p&#62;
&#60;p&#62;export LD_LIBRARY_PATH&#60;/p&#62;
&#60;p&#62;java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel processing.app.Base&#60;/p&#62;
&#60;p&#62;5.- Make it executable&#60;br /&#62;
6.- Done :-)&#60;/p&#62;
&#60;p&#62;I am able to compile and upload compiled programs to my Maple Mini Board without a single error.&#60;/p&#62;
&#60;p&#62;HTH
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
