<?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: Installing Eclipse IDE and Android SDK on Ubuntu 8.10</title>
	<atom:link href="http://informationideas.com/news/2008/11/16/installing-eclipse-ide-and-android-sdk-on-ubuntu-810/feed/" rel="self" type="application/rss+xml" />
	<link>http://informationideas.com/news/2008/11/16/installing-eclipse-ide-and-android-sdk-on-ubuntu-810/</link>
	<description>Using technology to help your business</description>
	<lastBuildDate>Wed, 16 May 2012 14:49:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: karim</title>
		<link>http://informationideas.com/news/2008/11/16/installing-eclipse-ide-and-android-sdk-on-ubuntu-810/comment-page-1/#comment-26144</link>
		<dc:creator>karim</dc:creator>
		<pubDate>Sat, 13 Jun 2009 03:05:09 +0000</pubDate>
		<guid isPermaLink="false">http://informationideas.com/news/?p=65#comment-26144</guid>
		<description>hello
to run the android command juste type for example: 
/.android list targets
hope this help you</description>
		<content:encoded><![CDATA[<p>hello<br />
to run the android command juste type for example:<br />
/.android list targets<br />
hope this help you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howie</title>
		<link>http://informationideas.com/news/2008/11/16/installing-eclipse-ide-and-android-sdk-on-ubuntu-810/comment-page-1/#comment-22116</link>
		<dc:creator>Howie</dc:creator>
		<pubDate>Mon, 19 Jan 2009 20:14:09 +0000</pubDate>
		<guid isPermaLink="false">http://informationideas.com/news/?p=65#comment-22116</guid>
		<description>Kaushik,

Just adding the path of the JDK you installed is not sufficient. Your system is already configured to use a particular JDK via symlinks in your existing PATH. What you need to do is redirect those symlinks to the Sun JDK. For example:

sudo update-alternatives â€“config java

It&#039;s an interactive command line app. Choose Sun&#039;s JDK.

If you don&#039;t have update-alternatives installed, you will need to install that first (i.e. sudo apt-get install update-alternatives).

For access to the android SDK commands, you need to include the android SDK&#039;s tools path. For example if you installed the android sdk into /var/lib, you&#039;d put this in your .bashrc:

PATH=&quot;/var/lib/android-sdk-linux_x86-1.0_r1/tools:$PATH&quot;

Hope this helps!</description>
		<content:encoded><![CDATA[<p>Kaushik,</p>
<p>Just adding the path of the JDK you installed is not sufficient. Your system is already configured to use a particular JDK via symlinks in your existing PATH. What you need to do is redirect those symlinks to the Sun JDK. For example:</p>
<p>sudo update-alternatives â€“config java</p>
<p>It&#8217;s an interactive command line app. Choose Sun&#8217;s JDK.</p>
<p>If you don&#8217;t have update-alternatives installed, you will need to install that first (i.e. sudo apt-get install update-alternatives).</p>
<p>For access to the android SDK commands, you need to include the android SDK&#8217;s tools path. For example if you installed the android sdk into /var/lib, you&#8217;d put this in your .bashrc:</p>
<p>PATH=&#8221;/var/lib/android-sdk-linux_x86-1.0_r1/tools:$PATH&#8221;</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandeep</title>
		<link>http://informationideas.com/news/2008/11/16/installing-eclipse-ide-and-android-sdk-on-ubuntu-810/comment-page-1/#comment-22061</link>
		<dc:creator>sandeep</dc:creator>
		<pubDate>Fri, 16 Jan 2009 10:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://informationideas.com/news/?p=65#comment-22061</guid>
		<description>i had installed jdk 6  in my system and when i tried to run eclipse in the following way
c:\eclipse\eclipse.exe , I have been getting an error box with the message &quot;could not open  c:\programfiles\java\jre6\lib\i386\jvm.config&quot; . Please help in solving this problem. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>i had installed jdk 6  in my system and when i tried to run eclipse in the following way<br />
c:\eclipse\eclipse.exe , I have been getting an error box with the message &#8220;could not open  c:\programfiles\java\jre6\lib\i386\jvm.config&#8221; . Please help in solving this problem. Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaushik</title>
		<link>http://informationideas.com/news/2008/11/16/installing-eclipse-ide-and-android-sdk-on-ubuntu-810/comment-page-1/#comment-22045</link>
		<dc:creator>Kaushik</dc:creator>
		<pubDate>Thu, 15 Jan 2009 10:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://informationideas.com/news/?p=65#comment-22045</guid>
		<description>Hi,
My system is a Core2 Duo with Ubuntu 8.10.
I have JDK installed and ecplise downloaded from their website. I have set the PATH env to point to the java installation and no can execute eclipse from commandline (It does not work from natulius).

For the next step I wanted to check the android SDK from command line. 
IT DOESNT WORK.

From command line did a ./emulator and it says command not found which I think is really weird.

Regards
Kaushik</description>
		<content:encoded><![CDATA[<p>Hi,<br />
My system is a Core2 Duo with Ubuntu 8.10.<br />
I have JDK installed and ecplise downloaded from their website. I have set the PATH env to point to the java installation and no can execute eclipse from commandline (It does not work from natulius).</p>
<p>For the next step I wanted to check the android SDK from command line.<br />
IT DOESNT WORK.</p>
<p>From command line did a ./emulator and it says command not found which I think is really weird.</p>
<p>Regards<br />
Kaushik</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.355 seconds -->

