I had a similar issue and realized the problem was that I was compiling, in Ubuntu, with a version of JDK that was meant for Windows and not Linux. It worked when I compiled in Cygwin instead. Alternatively, if I wanted to keep using Ubunutu, I could have tried a JDK for Linux instead.