No no, I m talking about local files (means file:/... URLs)
Its perfectly clear that this testclass cannot delete a file that is
given as a http url...
Could you try it with a file:/... url and post me your results _and_
your system configuration (OS version, JDK version).
Thanx
\Daniel
Roberto Leong wrote:
>
> i think it fails here, here�s the output i�m getting
>
> D:\lixo>java Test http://localhost:8080/examples/spydermq.jar
> org/spydermq/ConnectionQueue.class
> jar:http://localhost:8080/examples/spydermq.jar!/org/spydermq/ConnectionQueu
> e.class
> created resource input stream.
> read first 512 byte of the resource into mem.
> now trying to delete file: false
> setting url to null.
> now trying to delete file: false
> do garbage collection...
> now trying to delete file: false
>
> roberto