import java.io.*;
public class Test
{
public static void main(String args[])
{
try
{
Process pro=Runtime.getRuntime().exec("hh.exe j2seAPI.chm");
}
catch(Exception ec)
{}
}
}
public class Test
{
public static void main(String args[])
{
try
{
Process pro=Runtime.getRuntime().exec("hh.exe j2seAPI.chm");
}
catch(Exception ec)
{}
}
}