<?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: Java ClassLoader (4) &#8211; Loading a custom ClassLoader on JVM start</title>
	<atom:link href="http://www.javablogging.com/java-classloader-4-loading-a-custom-classloader-on-jvm-start/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javablogging.com/java-classloader-4-loading-a-custom-classloader-on-jvm-start/</link>
	<description>Tracking surprises, features and bugs</description>
	<lastBuildDate>Sun, 05 Feb 2012 15:43:49 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Satish</title>
		<link>http://www.javablogging.com/java-classloader-4-loading-a-custom-classloader-on-jvm-start/comment-page-1/#comment-20103</link>
		<dc:creator>Satish</dc:creator>
		<pubDate>Sun, 13 Nov 2011 12:03:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=1173#comment-20103</guid>
		<description>Thank you for this simply understandable series. please continue this good work giving more insights</description>
		<content:encoded><![CDATA[<p>Thank you for this simply understandable series. please continue this good work giving more insights</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adamo</title>
		<link>http://www.javablogging.com/java-classloader-4-loading-a-custom-classloader-on-jvm-start/comment-page-1/#comment-9613</link>
		<dc:creator>Adamo</dc:creator>
		<pubDate>Wed, 30 Mar 2011 13:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=1173#comment-9613</guid>
		<description>I&#039;ve got same problem as Giacomo.

When set at start 
-Djava.system.class.loader=CustomClassLoader
only couple classes are loaded by my CustomClassLoader, most of them (from my application) are loaded by sun.misc.Launcher$AppClassLoader@6d6f0472.
I&#039;ve got no idea why ?


Is there any way to replace this sun AppClassLoader to CustomClassLoader ?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got same problem as Giacomo.</p>
<p>When set at start<br />
-Djava.system.class.loader=CustomClassLoader<br />
only couple classes are loaded by my CustomClassLoader, most of them (from my application) are loaded by sun.misc.Launcher$AppClassLoader@6d6f0472.<br />
I&#8217;ve got no idea why ?</p>
<p>Is there any way to replace this sun AppClassLoader to CustomClassLoader ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giacomo</title>
		<link>http://www.javablogging.com/java-classloader-4-loading-a-custom-classloader-on-jvm-start/comment-page-1/#comment-6370</link>
		<dc:creator>Giacomo</dc:creator>
		<pubDate>Tue, 21 Dec 2010 20:44:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=1173#comment-6370</guid>
		<description>It seems not working for me, but maybe something has changed since May 16 2010:

This is my ClassLoader: sun.misc.Launcher$AppClassLoader@6d6f0472

I&#039;ve a larger project with the same issue, I&#039;m posting here as this seems to me the perfect minimal testcase that shows the problem

PS: In your SimpleMain if I print ClassLoader.getSystemClassLoader() I have your CustomClassLoader@431b9fb1 as an output, but that&#039;s not the same of my SimpleMain.class.getClassLoader(), as you can see, and that&#039;s a problem

thank you if you have a solution</description>
		<content:encoded><![CDATA[<p>It seems not working for me, but maybe something has changed since May 16 2010:</p>
<p>This is my ClassLoader: sun.misc.Launcher$AppClassLoader@6d6f0472</p>
<p>I&#8217;ve a larger project with the same issue, I&#8217;m posting here as this seems to me the perfect minimal testcase that shows the problem</p>
<p>PS: In your SimpleMain if I print ClassLoader.getSystemClassLoader() I have your CustomClassLoader@431b9fb1 as an output, but that&#8217;s not the same of my SimpleMain.class.getClassLoader(), as you can see, and that&#8217;s a problem</p>
<p>thank you if you have a solution</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jochen</title>
		<link>http://www.javablogging.com/java-classloader-4-loading-a-custom-classloader-on-jvm-start/comment-page-1/#comment-2760</link>
		<dc:creator>Jochen</dc:creator>
		<pubDate>Tue, 18 May 2010 06:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=1173#comment-2760</guid>
		<description>Cool. Thx. Short and sweet</description>
		<content:encoded><![CDATA[<p>Cool. Thx. Short and sweet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention JavaBlogging » Java ClassLoader (4) – Loading a custom ClassLoader on JVM start -- Topsy.com</title>
		<link>http://www.javablogging.com/java-classloader-4-loading-a-custom-classloader-on-jvm-start/comment-page-1/#comment-2754</link>
		<dc:creator>Tweets that mention JavaBlogging » Java ClassLoader (4) – Loading a custom ClassLoader on JVM start -- Topsy.com</dc:creator>
		<pubDate>Mon, 17 May 2010 17:11:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.javablogging.com/?p=1173#comment-2754</guid>
		<description>[...] This post was mentioned on Twitter by Rodrigo Garcia. Rodrigo Garcia said: Java ClassLoader (4) – Loading a custom ClassLoader on JVM start http://bit.ly/9KLGIg [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Rodrigo Garcia. Rodrigo Garcia said: Java ClassLoader (4) – Loading a custom ClassLoader on JVM start <a href="http://bit.ly/9KLGIg" rel="nofollow">http://bit.ly/9KLGIg</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

