Exception in thread "main" java.lang.Error: Unresolved compilation problems:
is cannot be resolved to a variable
x cannot be resolved to a variable
is cannot be resolved to a variable
at cn.lianxi.SelectSort.main(SelectSort.java:6)
问题Unresolved compilation problems: 未解决的编译异常,
解决方法 :重新编译源代码有错误 修改后重新编译
非法监控异常
Exception in thread "Thread-0" java.lang.IllegalMonitorStateException
at java.lang.Object.notify(Native Method)
at cn.lianxi.Input.run(Input.java:34)
at java.lang.Thread.run(Thread.java:744) |
|