Closed digitamo closed 8 years ago
commit: 3908a4bbaa067ff8add16da1664bbec08c9ee561
removed all unnecessary libraries and exported the jar file.
commit: c4d11f9033dc8e90f0e9a0897989474049188cd4
After debugging and tracing the code I found out that the error stream was closed, That's why I couldn't identify the Exception cause.
After turning the stream back on and tracking the exception. The cause of the problem was a reference image loading.
Exporting "*.jar" problem:
Problem statement: Every thing goes well on the IDE, But when running the exported jar file I get a
NullPointerException
Here