On 9/14/07, vijay vijay <[EMAIL PROTECTED]> wrote:
>
> System.*err*.println("Usage: java com.ibm.uima.example.ExampleApplication "+
> "<AnalysisEngine.xml> +
> <D:"\"eclipse\vijay\workspace\exampleApplication\input>
> <D:"\"eclipse\vijay\workspace\exampleApplication\output>")
> i am getting an error like this
>
> "Syntax error, insert ")" to complete MethodInvocation".
> i have tried not my best.
>
As Matthew said, these are basic Java questions. If you need help
understanding what System.err.println does and how to fix Java syntax
errors, I suggest you take a step back from UIMA and spend some time
going through the Java tutorial:
http://java.sun.com/docs/books/tutorial/. Or buy a book on how to
program in Java.
-Adam