"java.net.MalformedURLException: unknown protocol: c" usually means that there 
is an URL (or broken URL handler) like "c:/mydirectory/..." somewhere and it's 
missing the actual protocol; file. So instead it should state 
"file://c:/mydirectory/.." 

If you're not running on Windows then this is not the case, obviously.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4116236#4116236

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4116236
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to