On 18 Sep 2012, at 07:22, "Ge Gestione Elaboratori(IBM Business
Partner)" wrote:
> Excuse me Dan:
> attached the screenshot.
Zeesh.
Stop attaching it, paste some info inline in the message and stop being lazy.
p
> paolo
>
> -Messaggio originale-
> Da: Daniel Mikusa [mailto:dmik...@vmw
Try:
URI uri = new URI("file//c:/.."); // win
Or
"file:///yourdir/.." on unix (note 3 "/").
From uri you can get the url and from here you can open an inputstream or you
can use "new File(url.toFile())"
To access a resource from your classpath the following will do:
URL url =
Thread.curren
Excuse me Dan:
attached the screenshot.
paolo
-Messaggio originale-
Da: Daniel Mikusa [mailto:dmik...@vmware.com]
Inviato: martedì 11 settembre 2012 13.51
A: Tomcat Users List
Oggetto: Re: how to read files in file system
On Sep 11, 2012, at 3:11 AM, IBM partner Gestione Elaboratori wrot