<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Loading of the Jar's at Runtime</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Thu, 23 May 2013 10:51:05 -0400</pubDate>


    <item>

        <title>Urgent ..&amp;lt;BEA-001129&amp;gt; &amp;lt;Received exception while creating connect</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=26640</link>

        

        
            <description><![CDATA[Dear Friends, <br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;I have installed the new version of weblogic 8.1 and try to create the new domain(worshop/server/any domain) using the weblogic console . <br><br>But it is...]]></description>
        

        <pubDate>Mon, 28 Jun 2004 05:41:43 -0400</pubDate>

        

        <jf:creationDate>Mon, 28 Jun 2004 05:41:43 -0400</jf:creationDate>
        <jf:modificationDate>Mon, 28 Jun 2004 05:41:43 -0400</jf:modificationDate>
        <jf:date>Jun 28, 2004</jf:date>
        <jf:author>sunil kumar</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: What about...</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=26640</link>

        

        
            <description><![CDATA[<blockquote><blockquote>What about added jars to the classpath at runtime?</blockquote>For generic Java applications, you probably need a custom class loader. You might be able to get this to work if you copy the jar into the jre/lib/ext directory, but I...]]></description>
        

        <pubDate>Fri, 18 Jun 2004 03:29:56 -0400</pubDate>

        

        <jf:creationDate>Fri, 18 Jun 2004 03:29:56 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 18 Jun 2004 03:29:56 -0400</jf:modificationDate>
        <jf:date>Jun 18, 2004</jf:date>
        <jf:author>fumitada hattori</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: What about...</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=26640</link>

        

        
            <description><![CDATA[AppClassLoader is used to load the jar files.<br>He wanna load classes(jars) without classloaders.]]></description>
        

        <pubDate>Fri, 18 Jun 2004 03:22:10 -0400</pubDate>

        

        <jf:creationDate>Fri, 18 Jun 2004 03:22:10 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 18 Jun 2004 03:22:10 -0400</jf:modificationDate>
        <jf:date>Jun 18, 2004</jf:date>
        <jf:author>fumitada hattori</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Re: Loading of the Jar's at Runtime</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=26640</link>

        

        
            <description><![CDATA[U cannot load classes at runtime without a ClassLoader.<br>Even though you can retrieve a class file from ur jar,<br>the class file (binary representation) must be converted to <br>a java class object. ClassLoader's defineClass() method gotta be involved...]]></description>
        

        <pubDate>Fri, 18 Jun 2004 03:17:41 -0400</pubDate>

        

        <jf:creationDate>Fri, 18 Jun 2004 03:17:41 -0400</jf:creationDate>
        <jf:modificationDate>Fri, 18 Jun 2004 03:17:41 -0400</jf:modificationDate>
        <jf:date>Jun 18, 2004</jf:date>
        <jf:author>fumitada hattori</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>What about...</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=26640</link>

        

        
            <description><![CDATA[<blockquote>What about added jars to the classpath at runtime?</blockquote>For generic Java applications, you probably need a custom class loader. You might be able to get this to work if you copy the jar into the jre/lib/ext directory, but I have never...]]></description>
        

        <pubDate>Thu, 17 Jun 2004 11:40:41 -0400</pubDate>

        

        <jf:creationDate>Thu, 17 Jun 2004 11:40:41 -0400</jf:creationDate>
        <jf:modificationDate>Thu, 17 Jun 2004 11:40:41 -0400</jf:modificationDate>
        <jf:date>Jun 17, 2004</jf:date>
        <jf:author>Paul Strack</jf:author>
        <jf:replyCount>1</jf:replyCount>
    </item>


    <item>

        <title>What about...</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=26640</link>

        

        
            <description><![CDATA[What about added jars to the classpath at runtime?]]></description>
        

        <pubDate>Wed, 16 Jun 2004 13:51:52 -0400</pubDate>

        

        <jf:creationDate>Wed, 16 Jun 2004 13:51:52 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 16 Jun 2004 13:51:52 -0400</jf:modificationDate>
        <jf:date>Jun 16, 2004</jf:date>
        <jf:author>Matthew Wilson</jf:author>
        <jf:replyCount>3</jf:replyCount>
    </item>


    <item>

        <title>Loading of the Jar's at Runtime</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=26640</link>

        

        
            <description><![CDATA[You don't load the jars themselves. You load the files inside the jar.<br><br>To load a class file in a jar:<br><br>a) Put the jar in the classpath.<br>b) Use the class in your program.<br><br>To load other files (such as XML or properties files), try...]]></description>
        

        <pubDate>Wed, 16 Jun 2004 13:10:20 -0400</pubDate>

        

        <jf:creationDate>Wed, 16 Jun 2004 13:10:20 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 16 Jun 2004 13:10:20 -0400</jf:modificationDate>
        <jf:date>Jun 16, 2004</jf:date>
        <jf:author>Paul Strack</jf:author>
        <jf:replyCount>4</jf:replyCount>
    </item>


    <item>

        <title>Loading of the Jar's at Runtime</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=26640</link>

        

        
            <description><![CDATA[Freinds , <br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Please advice me about how to load the jar files to an application at Runtime? <br><br>Apart from the classLoader is there any tool or any clue to load the jar file at Runtime...]]></description>
        

        <pubDate>Wed, 16 Jun 2004 12:27:17 -0400</pubDate>

        

        <jf:creationDate>Wed, 16 Jun 2004 12:27:17 -0400</jf:creationDate>
        <jf:modificationDate>Wed, 16 Jun 2004 12:27:17 -0400</jf:modificationDate>
        <jf:date>Jun 16, 2004</jf:date>
        <jf:author>sunil kumar</jf:author>
        <jf:replyCount>7</jf:replyCount>
    </item>



</channel>
</rss>

