Java更新以后,Eclipse项目(javaweb、maven、springboot)运行时报错java
ERROR c.r.f.w.e.GlobalExceptionHandler - [handleException,73] - Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class java.awt.Font
org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class java.awt.Fontweb【项目名】右键--【properties】--【java build path】--【libraries】--【jre system library [...] 】报错 -- 选中 --【remove】--【add library】--【jre system library】--【next】--【workspace default jre (...)】--【finish】spring
仍是报错=。=springboot
貌似是字体的东西,致使框架的验证码图片加载不出来。而后重启一下eclipse不知道怎么就行了。orz框架
Java更新以后,Eclipse运行程序时提示 没法找到Java可执行文件eclipse
字符串之间判断用.equals,不能用==maven
字符串a=字符串b1 String a; 2 String b; 3 if(a.equals(b)){...}