**DONOTDELETE**
(Unregistered)
12/26/06 10:54 AM
Re: Small inconvenience with classpath
Use getResource() instead of getResourceAsStream(), then use openConnection() instead of openStream(). From that URLConnection object you can getLastModified() and getInputStream() if the time is different than the last.