So I have been battling this issue for awhile now and tried many different ways to fix it but cannot.
Bascally waht my app does is calls a java file to load an applica
I may be totally wrong here, but...
process1.StartInfo.Arguments = "-Xmx512M -jar"; process1.StartInfo.Arguments += toLoad;
You need to have a space after the -jar
-jar
Or else Java is going to immediately bomb out.