import org.eclipse.swt.program.Program; public class MainClass { public static void main(String[] args) { Program.launch("index.html"); } }