View Single Post
  #1 (permalink)  
Old 07-11-2007, 07:21 PM
mary mary is offline
Member
 
Join Date: Jul 2007
Posts: 51
mary is on a distinguished road
java.net.MalformedURLException
I've been trying to load an XSL file from the classpath, this is my code

Code:
getClass().getClassLoader().getResourceAsStream("fileexample.xsl")
But the stream is coming back as Null and I'm getting a java.net.MalformedURLException.
Do you have any ideas?
Reply With Quote
Sponsored Links