Thanks for your help,
I've tried several possibilities such as:
49#"\phoneme\cdc\bin\cvm" DrawString > test.txt 2>&1
91#"\phoneme\cdc\bin\cvm" -Djava.class.path=.\ HelloWorldFenster > \output.txt
2>\output2.txt
80#"\phoneme\cdc\bin\cvm" -Djava.class.path=.\ HelloWorldFenster > \output.txt
2>&1
91#"\phoneme\cdc\bin\cvm" -Djava.class.path=\phoneme\cdc\ HelloWorldFenster >
\output.txt 2>&1
but I'm not able to make it works. I've also tried with a "demoClasses" example
that works on linux:
71#"\phoneme\cdc\bin\cvm" -cp \phoneme\cdc\democlasses.jar basis.DemoFrame
but no way! Maybe a specific compilation is needed but as output redirection to
a file does not seem to work I'm not sure of where the problem is (when I click
on a .lnk file that points to cvm nothing happens, but that works well with
other applications such as \windows\calc.exe).
Any ideas?
thanks again.
David
[Message sent by forum member 'dfhz' (dfhz)]
http://forums.java.net/jive/thread.jspa?messageID=215824