P
palmis
I have created my jar file.
The main get some configuration value from a EIF.properties. This file
is contained into jar archive, but when I run my application, I receive
this error:
java.io.FileNotFoundException: EIF.properties (The system cannot find
the file s
pecified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:91)
at java.io.FileInputStream.<init>(FileInputStream.java:54)
at config.LoadProperties.load(LoadProperties.java:24)
at snmpManager.GetClass.main(GetClass.java:73)
Why?
Thanks
The main get some configuration value from a EIF.properties. This file
is contained into jar archive, but when I run my application, I receive
this error:
java.io.FileNotFoundException: EIF.properties (The system cannot find
the file s
pecified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:91)
at java.io.FileInputStream.<init>(FileInputStream.java:54)
at config.LoadProperties.load(LoadProperties.java:24)
at snmpManager.GetClass.main(GetClass.java:73)
Why?
Thanks