Niels Tielenburg wrote:but the Inloggegevens.ini file is deffinitly in the project
Is the file in the classpath? ClassLoader.getSystemResource() is going to look in the classpath for the file, so if it is not accessible, you'll get a null from that call.