I have the following file C:\de\mud\jta\Main.java.
In this file I have the following line:
final Properties options = new Properties();
options.load(Main.class.getResourceAsStream
("/de/mud/jta/sshlogin.conf"));
I have the file C:\de\mud\jta\sshlogin.conf.
But when I run the code, I get a java.lang.NullPointerException. What
am I doing wrong?
Any ideas?