当前位置: 代码迷 >> Java相关 >> Exception in thread "Timer-0"如何解决
  详细解决方案

Exception in thread "Timer-0"如何解决

热度:76   发布时间:2016-04-22 21:31:40.0
Exception in thread "Timer-0"怎么解决啊
Exception in thread "Timer-0" java.lang.UnsupportedOperationException: Not supported yet.
at nepu.quan.Synchronous_Datetime.run(Synchronous_Datetime.java:38)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
Exception in thread "Timer-1" java.lang.UnsupportedOperationException: Not supported yet.
at nepu.quan.Do_For_Timer2.run(Do_For_Timer2.java:54)
at java.util.TimerThread.mainLoop(Timer.java:512)
at java.util.TimerThread.run(Timer.java:462)
各位大神们,这到底是什么问题啊
java 异常

------解决方案--------------------
你代码怎么写得,我猜你启动线程用了run方法,应该是start方法。。
  相关解决方案