<?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>codegods &#187; IDE</title>
	<atom:link href="http://codegods.de/category/ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://codegods.de</link>
	<description>where code meets experts</description>
	<lastBuildDate>Wed, 18 Apr 2012 12:42:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Netbeans: Could not install module JDPA Debugger API</title>
		<link>http://codegods.de/2008/08/28/netbeans-could-not-install-module-jdpa-debugger-api/</link>
		<comments>http://codegods.de/2008/08/28/netbeans-could-not-install-module-jdpa-debugger-api/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 13:18:09 +0000</pubDate>
		<dc:creator>Sebastian Henke</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Debugger]]></category>
		<category><![CDATA[JDPA]]></category>
		<category><![CDATA[jre]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://codegods.de/?p=45</guid>
		<description><![CDATA[Beim Starten von Netbeans erscheint folgende Fehlermeldung: Warning - could not install module JPDA Debugger API JPDA Debugger API - This module requires JDKHOME/lib/tools.jar to be accessible. This file was not found. Usually this means you are trying to run the IDE with the JRE instead of the full JDK. If so, please use the [...]]]></description>
			<content:encoded><![CDATA[<p>Beim Starten von Netbeans erscheint folgende Fehlermeldung:</p>
<pre>Warning - could not install module JPDA Debugger API
JPDA Debugger API - This module requires JDKHOME/lib/tools.jar to be accessible.
This file was not found. Usually this means you are trying to run the IDE with the JRE instead of the full JDK.
If so, please use the --jdkhome command line option to specify a JDK installation.</pre>
<p>Netbeans wird dann vermutlich anstatt mit dem SDK mit dem einfacheren JRE gestartet. Dieses enthält den JPDA Debugger nicht. Die Fehlermeldung verschwindet, sobald das SDK installiert wird.</p>
<p>Bei Ubuntu, Debian, ... erfolgt die Installation (als Root) mittels</p>
<pre>apt-get install sun-java6-jdk</pre>
<p>Bei anderen Betriebsystemen und solchen ohne Quellen für dieses Paket findet sich mit ein Download auf <a href="http://java.sun.com">http://java.sun.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://codegods.de/2008/08/28/netbeans-could-not-install-module-jdpa-debugger-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Could not initialize the application&#8217;s security component</title>
		<link>http://codegods.de/2008/04/11/could-not-initialize-the-applications-security-component/</link>
		<comments>http://codegods.de/2008/04/11/could-not-initialize-the-applications-security-component/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 11:27:01 +0000</pubDate>
		<dc:creator>Andreas Fritzler</dc:creator>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[eclipse]]></category>

		<guid isPermaLink="false">http://codegods.de/?p=38</guid>
		<description><![CDATA[Beim Starten von Eclipse (Version 3.3 Binary Package) kann folgender Fehler auftreten: "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended [...]]]></description>
			<content:encoded><![CDATA[<p>Beim Starten von Eclipse (Version 3.3 Binary Package) kann folgender Fehler auftreten:</p>
<p><code>"Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory. Please check that this directory has no read/write restrictions and your hard disk is not full or close to full. It is recommended that you exit the application and fix the problem. If you continue to use this session, you might see incorrect application behaviour when accessing security features."</code></p>
<p>Lösen lässt sich dieses Problem durch das Anlegen eines <code>eclipse</code> Ordners im <code>.mozilla</code> Verzeichnis.</p>
<pre class="bash">&nbsp;
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #007800;">$HOME</span>/.mozilla/eclipse
&nbsp;</pre>
<p>Dieser Bug wurde in der 3.4er Version von Eclipse behoben. Weitere Infos findet Ihr unter: <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=206432">https://bugs.eclipse.org/bugs/show_bug.cgi?id=206432</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://codegods.de/2008/04/11/could-not-initialize-the-applications-security-component/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse: Out of Memory Error</title>
		<link>http://codegods.de/2007/08/14/eclipse-out-of-memory-error/</link>
		<comments>http://codegods.de/2007/08/14/eclipse-out-of-memory-error/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 14:41:25 +0000</pubDate>
		<dc:creator>Andreas Fritzler</dc:creator>
				<category><![CDATA[IDE]]></category>

		<guid isPermaLink="false">http://codegods.de/2007/08/14/eclipse-out-of-memory-error/</guid>
		<description><![CDATA["out of memory" und das trotz 1 GB Ram und einem ansonsten leistungsstarken Rechner? Das sollte einem in der heutiger Zeit eigentlich nicht mehr passieren - so dachte ich zumindest. Nach einer ausgiebigen Google-Recherche, fand ich dann die Lösung des Problems. Mittels C:\Tools\eclipse\eclipse.exe -vmargs -Xms512m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=128m lässt sich nämlich der Speicherhunger von Eclipse [...]]]></description>
			<content:encoded><![CDATA[<p>"out of memory" und das trotz 1 GB Ram und einem ansonsten leistungsstarken Rechner? Das sollte einem in der heutiger Zeit eigentlich nicht mehr passieren - so dachte ich zumindest. Nach einer ausgiebigen Google-Recherche, fand ich dann die Lösung des Problems. Mittels
<div class="code">C:\Tools\eclipse\eclipse.exe -vmargs -Xms512m -Xmx512m -XX:PermSize=128m -XX:MaxPermSize=128m</div>
</p>
<p>lässt sich nämlich der Speicherhunger von Eclipse stillen. Die obigen Werte sind beispielhaft für einen Rechner mit einem GB Ram. Bei kleinerer Ramausstattung sollten diese entsprechend angepasst werden.</p>
<p>Nun läuft Eclipse <del datetime="2007-08-13T13:01:21+00:00">problemlos</del>, auch mit parallel geöffnetem Web Service Explorer und WSDL-Editor, ohne <em>out of memory</em> Fehler. Als quasi positiver Nebeneffekt wirkt sich das Speichertuning auch vorteilhaft auf die Performance von Eclipse aus. In diesem Sinne - viel Spass beim Coden.</p>
]]></content:encoded>
			<wfw:commentRss>http://codegods.de/2007/08/14/eclipse-out-of-memory-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resource is out of sync with the file system</title>
		<link>http://codegods.de/2007/06/11/resource-is-out-of-sync-with-the-file-system/</link>
		<comments>http://codegods.de/2007/06/11/resource-is-out-of-sync-with-the-file-system/#comments</comments>
		<pubDate>Mon, 11 Jun 2007 11:31:44 +0000</pubDate>
		<dc:creator>Andreas Fritzler</dc:creator>
				<category><![CDATA[IDE]]></category>

		<guid isPermaLink="false">http://codegods.de/2008/03/26/resource-is-out-of-sync-with-the-file-system/</guid>
		<description><![CDATA[Wer von Hand in einem Eclipseprojektordner herumdoktort kann sehr schnell einen "Resource is out of sync with the file system" -Fehler bekommen. Um dieses Problem wieder aus der Welt zu schaffen, genügt es einfach das entsprechende Projekt im Package Explorer zu "refreshen". Danach sollte wieder ein "normales" Arbeiten mit Eclipse möglich sein.]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.andreasfritzler.de/wp-content/uploads/2007/06/eclipse.gif' alt='Eclipse' align="left" class="imgl"/> Wer von Hand in einem Eclipseprojektordner herumdoktort kann sehr schnell einen "Resource is out of sync with the file system" -Fehler bekommen. Um dieses Problem wieder aus der Welt zu schaffen, genügt es einfach das entsprechende Projekt im Package Explorer zu "refreshen". Danach sollte wieder ein "normales" Arbeiten mit Eclipse möglich sein.</p>
]]></content:encoded>
			<wfw:commentRss>http://codegods.de/2007/06/11/resource-is-out-of-sync-with-the-file-system/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WSE 3.0 Visual Studio 2005 Addin</title>
		<link>http://codegods.de/2007/02/13/wse-30-visual-studio-2005-addin/</link>
		<comments>http://codegods.de/2007/02/13/wse-30-visual-studio-2005-addin/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 11:23:01 +0000</pubDate>
		<dc:creator>Andreas Fritzler</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[IDE]]></category>

		<guid isPermaLink="false">http://codegods.de/2007/02/13/wse-30-visual-studio-2005-addin/</guid>
		<description><![CDATA[Wer das WSE 3.0 Addin für Visual Studio verwenden will - es aber nach der Installation von WSE in VS 2005 nicht sichtbar ist - kann dies nachträglich manuell einrichten. Es besteht natürlich weiterhin die Möglichkeit WSE in einem Projekt "von Hand" zu aktivieren, indem man das mitgeliefertie Configuration Tool auf die entsprechende .config/.webinfo Datei [...]]]></description>
			<content:encoded><![CDATA[<p>Wer das WSE 3.0 Addin für Visual Studio verwenden will - es aber nach der Installation von WSE in VS 2005 nicht sichtbar ist - kann dies nachträglich manuell einrichten. Es besteht natürlich weiterhin die Möglichkeit WSE in einem Projekt "von Hand" zu aktivieren, indem man das mitgeliefertie Configuration Tool auf die entsprechende .config/.webinfo Datei ansetzt. Mit dem VS2005 Addin geht es meiner Meinung nach etwas einfacher. Hierfür muss zuerst die Datei <strong>WSESettingsVS3.Addin</strong> gefunden werden. Diese befindet sich normalerweise unter:
</p>
<p><code><br />
C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Microsoft\MSEnvShared\Addins<br />
</code></p>
<p>
bzw.
</p>
<p><code><br />
C:\Documents and Settings\All Users\Applicatiob Data\Microsoft\MSEnvShared\Addins<br />
</code></p>
<p>
bei der englischen Version von Windows XP.
</p>
<p>
Hat man die Datei erstmal ausfindig gemacht, kopiert man diese in das folgende Verzeichnis:
</p>
<p><code><br />
C:\Dokumente und Einstellungen\ USERNAME \Anwendungsdaten\Microsoft\VisualStudio\8.0\Addins<br />
</code></p>
<p>
Nach einem Neustart von Visual Studio kann das Addin nun verwendet werden. Einfach Rechtsklick auf das entsprechende Projekt und den Menüpunkt <strong>WSE Settings 3.0 ...</strong> auswählen.</p>
]]></content:encoded>
			<wfw:commentRss>http://codegods.de/2007/02/13/wse-30-visual-studio-2005-addin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

