Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Package & Run .exe bundled in Plug-in

Hi All,

 We have a .exe file (with some dll's) to be packaged in one of our Plug-ins.
 And this exe should be invoked from a Java program in this plug-in.

 (Lets say this exe name is xyz.exe)

 Can you please help me in this?

What i did till now:

 Packaging:

  I create a folder inside this plug-in root and added this folder to build path and
  classpath.

 Runtime:

 Runtime.getRuntime().exec("xyz -f test.txt");

This is not working. Please help me.

Thanks,
Rama Krishna
 

Back to the top