Search This Blog

Thursday, January 28, 2016

Eclipse file not found exception while reading the resource

Put the resource file in base directory.

/src
/bin
resource.properties

and read it like new File("resource.properties");


No comments:

Post a Comment