in reply to Problem with the Perl/Java intergarion when new line break is used in the argument

Your java code, as it appears in your question:
Process p = Runtime.getRuntime().exec("c:/perl.exe" C:/CreateER.pl "Please \n ignore \n my friend");
This is not valid java code. Please edit. Please consider using the preview button.
  • Comment on Re: Problem with the Perl/Java intergarion when new line break is used in the argument
  • Download Code