package THE_PACKAGE; public class InheritingService extends org.ruboto.RubotoService { public void onCreate() { setScriptName("start.rb"); super.onCreate(); } }