A runable class can be run in many methods, one is to attach a menu item and then execute that class from the menu item. Another method is to run from Visual Studio to set up your project as the startup object and your runnable class as the startup object, then execute it from there, You can run directly from the browser. Run any Runnable class directly from the browser is pretty simple. https://URL> /?cmp=USMF&mi=SysClassRunner&cls=test Parameters: cmp = Your company name e.g USMF cls = Your Runnable class name e.g. test