Just add fork="yes"
Eh… I was flabbergasted cause a Java code’s output was being cut off in various places (I thought it was my doing cause I had modified it). Finally I realized that I was running it on the local computer so maybe it just didn’t have the strength to run the program all the way to the end. I logged in our dept’s server and voila. Even the last character is output to the file like it should.
This is almost in the same category as “why isn’t the bloody Ant code working?!?” and all you need to do is add fork="yes" in the places where you run Java.







