Hi,
I am trying to run a seperate process using Runtime.exec() from within an XSP.
I use the following syntax:
Runtime.getRuntime().exec("exe-name args");
If I do not enclose it inside a try-catch block it tells me that it
can't find the "class" getRuntime of class Runtime.
If I DO enclose it in a try-catch, then it tells me:
"Error compiling curve_xsp: Line 64, column 8: illegal start of type
Line 47, column 11: class org.apache.cocoon.www.stream.curve_xsp
should be declared abstract; it does not define method generate() in
interface org.apache.cocoon.generation"
Any ideas would be welcome.
TIA,
Irfan.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]