You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at ee.sk.tempelPlus.Run.main(Run.java:55)
Caused by: java.lang.NullPointerException
at ee.sk.tempelPlus.TempelPlus.readConfig(TempelPlus.java:578)
at ee.sk.tempelPlus.TempelPlus.main(TempelPlus.java:103)
... 5 more
I fixed, when it working well.
TempelPlus.java:711
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at ee.sk.tempelPlus.Run.main(Run.java:55)
Caused by: java.lang.NullPointerException
at ee.sk.tempelPlus.TempelPlus.readConfig(TempelPlus.java:578)
at ee.sk.tempelPlus.TempelPlus.main(TempelPlus.java:103)
... 5 more
I fixed, when it working well.
TempelPlus.java:711
The text was updated successfully, but these errors were encountered: