用了netbeans中实体类代码后,忽然报错:
com.sun.tools.javac.code.Symbol$CompletionFailure: 找不到sun.util.logging.PlatformLogger的类文件
查找后,按以下方式解决:
参考了Stackflow上的一个帖子:
http://stackoverflow.com/questions/22562797/javafx8-sun-util-logging-platformlogger-not-found-exception-in-netbeans-8
原文:http://www.cnblogs.com/legendjslc/p/5133355.html