I am using NotesThread.sinitThread(); to create a notes session. The code creates a zip file and sends it to a notes database. The program runs fine on my machine via an executable jar, but when I put the jar on someone elses machine, it will get to the line right before NotesThread.sinitThread(); and when it reads NotesThread.sinitThread(); it will crash seemingly without a stacktrace or anything. Short of installing eclipse on the machine that crashes and running it in debug mode, what could cause this issue?