URL load error during adding
        Posted  
        
            by Steven
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Steven
        
        
        
        Published on 2010-03-17T10:38:29Z
        Indexed on 
            2010/03/17
            10:41 UTC
        
        
        Read the original article
        Hit count: 389
        
hi, i have a string say Path ="C:\AAA\bin" which is a path to a project's bin folder. I used new URL(Path) during invocation of addURL method of URLClassLoader class.
ex- addURL(sysLoader,new URL(Path)) ;
its giving unknown protocol:c exception
whats the problem?Help
© Stack Overflow or respective owner