CreateProcess error=206, The filename or extension is too long

Running Windows10, Netbeans 11, and getting above error on the simple MNIST example classification.MNISTSingleLayer . Yeah I know, switch to Eclipse but posting just in case someone else has had this error.

@craig88 this is a general java error. Shorten your command line when running in intellij. Eclipse also has this error. It’s actually a problem with java and windows in general. See more here: