A
Abs
Hi!
I have a problem with the following line of code. Java gives me a "URI
is not hierarchical" error.
Is there any other way to create this file ?
Thanks
I have a problem with the following line of code. Java gives me a "URI
is not hierarchical" error.
Code:
File sourceFile = new File(new
URI(this.getClass().getClassLoader().getResource("images/previous.gif").toString()));
Is there any other way to create this file ?
Thanks