I am trying to execute a java command using system() or exec(). I can get it to work on my notebook using Win 2000 professional. However, on my server using Win 2000 Server I get an "Unable to fork" warning. The java application does not execute.
Is there a solution to this problem?