Dear list,

is it possible to run a script from within the plugin?

Then i have something like this in the "run" method:

public void run(...)
{
     ...
     Runtime runtime = Runtime.getRuntime();
     Process process = runtime.exec("./scirpt PluginRunner arg1 arg2");
     int exitValue = process.waitFor();
     ...
}

Is this possible because?
I keep getting errors and it's quite hard to get the exceptionmessages from
the Runtime-error to the stacktrace.

gr.

Peter
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
basedb-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/basedb-devel

Reply via email to