我的法典是:
if ( args != null && args.length > 0 && args[0].equals("background1") ){
// Keep this instance around for rendering
// Notification dialogs.
// Start a new app instance for GUI operations.
BackgroundApplication backApp=new BackgroundApplication();
backApp.setupBackgroundApplication();
// backApp.enterEventDispatcher();
}
else {
theApp = new EntryPointForApplication();
theApp.enterEventDispatcher();
}
我想开办背景服务(自动启动)和专门应用。 当点击申请背景1时,它就开始工作。 背景服务没有运行。 我想管理背景服务。 如何处理这个问题? 我正在犯错误。
详细格式错误:java.util。 不能将射线排在一类