I am facing problems in deploying the plugin.The plugin is working fine
when
i run it but the deployed version of the same plugin is behaving strange.
I am running few scripts n fethching the output for further processing.
All the necessary scripts are present in jar file but still i guess the
plugin
is not able to locate the scripts.
here is the error message...
Problems occurred when invoking code from plug-in:
"org.eclipse.jface".
If i remove those scripts n give some hardcoded i/p,its working fine.
so i guess the whole problem lies on placing n finding the location of
scripts.
Can anyone please direct me where should i place those scripts(.sh)?
n where should i mention about them?