日期:2014-05-20  浏览次数:20944 次

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方法。。