<?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: /Library/Java/Extensions, MATLAB errors, and you</title>
	<atom:link href="http://blog.yimingliu.com/2007/01/08/libraryjavaextensions-matlab-and-you/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yimingliu.com/2007/01/08/libraryjavaextensions-matlab-and-you/</link>
	<description>source control for my (useless) knowledge</description>
	<lastBuildDate>Fri, 06 Jan 2012 16:44:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: valens</title>
		<link>http://blog.yimingliu.com/2007/01/08/libraryjavaextensions-matlab-and-you/comment-page-1/#comment-6</link>
		<dc:creator>valens</dc:creator>
		<pubDate>Sun, 22 Jul 2007 09:33:00 +0000</pubDate>
		<guid isPermaLink="false">https://blog.yimingliu.com/2007/01/08/libraryjavaextensions-matlab-errors-and-you/#comment-6</guid>
		<description>Wow.  I actually have readers.  I just noticed this.&lt;br/&gt;&lt;br/&gt;To the anonymous, sorry for not noticing your question earlier :)  As far as what to do, yes, once you find offending JAR files, try removing them (first all at once, then putting them back one at a time until the problem comes back again.  Then you&#039;ve identified the problematic JAR).&lt;br/&gt;&lt;br/&gt;You can go ahead and remove those offending jars from the directory to resolve your MATLAB problem.  However, be sure that you keep a copy around, just in case whatever installed it in the first place decides that it really wants that one back.</description>
		<content:encoded><![CDATA[<p>Wow.  I actually have readers.  I just noticed this.</p>
<p>To the anonymous, sorry for not noticing your question earlier <img src='http://blog.yimingliu.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   As far as what to do, yes, once you find offending JAR files, try removing them (first all at once, then putting them back one at a time until the problem comes back again.  Then you&#8217;ve identified the problematic JAR).</p>
<p>You can go ahead and remove those offending jars from the directory to resolve your MATLAB problem.  However, be sure that you keep a copy around, just in case whatever installed it in the first place decides that it really wants that one back.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://blog.yimingliu.com/2007/01/08/libraryjavaextensions-matlab-and-you/comment-page-1/#comment-4</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 24 Apr 2007 12:37:00 +0000</pubDate>
		<guid isPermaLink="false">https://blog.yimingliu.com/2007/01/08/libraryjavaextensions-matlab-errors-and-you/#comment-4</guid>
		<description>Can someone let me know exact steps to resolve this error?  Do you trash/rename the offending file(s)?  I am not a Java expert so any help is greatly appreciated.&lt;br/&gt;&lt;br/&gt;Thank you.</description>
		<content:encoded><![CDATA[<p>Can someone let me know exact steps to resolve this error?  Do you trash/rename the offending file(s)?  I am not a Java expert so any help is greatly appreciated.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://blog.yimingliu.com/2007/01/08/libraryjavaextensions-matlab-and-you/comment-page-1/#comment-3</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Mon, 16 Apr 2007 09:50:00 +0000</pubDate>
		<guid isPermaLink="false">https://blog.yimingliu.com/2007/01/08/libraryjavaextensions-matlab-errors-and-you/#comment-3</guid>
		<description>Many thanks, too!&lt;br/&gt;&lt;br/&gt;The interfering .jar files might also be located in the user&#039;s Library/Java/Extensions/ directory (i.e. /Users/..../Library/Java/Extensions/), so you should look there as well, in particular if the Matlab error doesn&#039;t show up for all users.</description>
		<content:encoded><![CDATA[<p>Many thanks, too!</p>
<p>The interfering .jar files might also be located in the user&#8217;s Library/Java/Extensions/ directory (i.e. /Users/&#8230;./Library/Java/Extensions/), so you should look there as well, in particular if the Matlab error doesn&#8217;t show up for all users.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://blog.yimingliu.com/2007/01/08/libraryjavaextensions-matlab-and-you/comment-page-1/#comment-2</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 10 Apr 2007 00:31:00 +0000</pubDate>
		<guid isPermaLink="false">https://blog.yimingliu.com/2007/01/08/libraryjavaextensions-matlab-errors-and-you/#comment-2</guid>
		<description>Many thanks for this - I would likely have never figured it out on my own.&lt;br/&gt;&lt;br/&gt;It still took a little figuring out to get to work, though. Turns out I had a xercesImpl.jar in both /Library/Java/Extensions and my matlab/java/jarext folders, but no xerces.jar in my matlab folder. It took a bit of playing around with the various permutations of having these files exist under their correct names (and rebooting) to get those error messages to disappear and online help to work again.&lt;br/&gt;&lt;br/&gt;Thanks again.</description>
		<content:encoded><![CDATA[<p>Many thanks for this &#8211; I would likely have never figured it out on my own.</p>
<p>It still took a little figuring out to get to work, though. Turns out I had a xercesImpl.jar in both /Library/Java/Extensions and my matlab/java/jarext folders, but no xerces.jar in my matlab folder. It took a bit of playing around with the various permutations of having these files exist under their correct names (and rebooting) to get those error messages to disappear and online help to work again.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

