"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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...