return result to php



When I call

system('/mnt/hd9/a.out');

the prog sucessfully print a message to web browser. (a.out is an object
file compiled from a C file).

But when I change it to java, nothing generates. Should I change
System.out.println to some other functions?


.