<?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>idError &#187; JAVA-API</title>
	<atom:link href="http://iderror.com/category/errors/java/java-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://iderror.com</link>
	<description>You have errors, we have solutions!</description>
	<lastBuildDate>Sun, 22 Mar 2009 21:18:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>UnsatisfiedLinkError: 
\J3D.dll</title>
		<link>http://iderror.com/errors/java/java-api/unsatisfiedlinkerror-j3ddll/</link>
		<comments>http://iderror.com/errors/java/java-api/unsatisfiedlinkerror-j3ddll/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:20:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-API]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=372</guid>
		<description><![CDATA[Applies to:Win32 Description:A DLL problem while trying to run a program with Java 3D. Cause:a. DLLs are not in the correct directories
b. The Java version used does not support Java 3D
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>Win32<br/><br/> <b>Description:</b><br/>A DLL problem while trying to run a program with Java 3D.<br/><br/> <b>Cause:</b><br/>a. DLLs are not in the correct directories<br />
b. The Java version used does not support Java 3D<br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-api/unsatisfiedlinkerror-j3ddll/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>SecurityException: Cannot set up certs for trusted Cas</title>
		<link>http://iderror.com/errors/java/java-api/securityexception-cannot-set-up-certs-for-trusted-cas/</link>
		<comments>http://iderror.com/errors/java/java-api/securityexception-cannot-set-up-certs-for-trusted-cas/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:20:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-API]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=383</guid>
		<description><![CDATA[Applies to:Weblogic6.0 Description:Error while trying to run an application that ciphers a string on the server. Cause:JDK/JRE or the classpath used in Weblogic server is different
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/>Weblogic6.0<br/><br/> <b>Description:</b><br/>Error while trying to run an application that ciphers a string on the server.<br/><br/> <b>Cause:</b><br/>JDK/JRE or the classpath used in Weblogic server is different<br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-api/securityexception-cannot-set-up-certs-for-trusted-cas/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Unchecked Errors</title>
		<link>http://iderror.com/errors/java/java-api/unchecked-errors/</link>
		<comments>http://iderror.com/errors/java/java-api/unchecked-errors/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:20:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-API]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=389</guid>
		<description><![CDATA[Applies to: Description:Warnings that are displayed when generics are not safely used. Cause:Passed parameter issue:
Vector  v = new Vector();
Hashtable  ht = new Hashtable();
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/><br/><br/> <b>Description:</b><br/>Warnings that are displayed when generics are not safely used.<br/><br/> <b>Cause:</b><br/>Passed parameter issue:<br />
Vector <String> v = new Vector<String>();<br />
Hashtable <String,Vector> ht = new Hashtable<String,Vector>();<br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-api/unchecked-errors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IllegalArgumentException: illegal component position</title>
		<link>http://iderror.com/errors/java/java-api/illegalargumentexception-illegal-component-position/</link>
		<comments>http://iderror.com/errors/java/java-api/illegalargumentexception-illegal-component-position/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 14:20:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JAVA-API]]></category>

		<guid isPermaLink="false">http://localhost/idError/?p=390</guid>
		<description><![CDATA[Applies to: Description:A runtime error that occurs when the argument passed is invalid. Cause:The argument might be placed in the incorrect set of parenthesis.
]]></description>
			<content:encoded><![CDATA[<p><b>Applies to:</b><br/><br/><br/> <b>Description:</b><br/>A runtime error that occurs when the argument passed is invalid.<br/><br/> <b>Cause:</b><br/>The argument might be placed in the incorrect set of parenthesis.<br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://iderror.com/errors/java/java-api/illegalargumentexception-illegal-component-position/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
