Running external java program
Hi all,
I need to run an external java program from my application.
The external program can be executed command prompt as follow
c:\> java -classpath SDMetrics.jar sdmetrics.SDMetricsand another argument
Since I use the output of the above command , I prefer to do that as a part of my application, in which the external program will be run automatically in my application.
Any help will be appreciated
zara 75

