问题描述:
Error: java: 常量字符串过长
问题分析:
字符串长度过长,导致 idea 默认使用的 javac 编译器编译不了。
解决办法:
Javac 编译器改为 Eclipse 编译器。
File -> Settings -> Build,Execution,Deployment -> Compiler -> Java Compiler
Error: java: 常量字符串过长
字符串长度过长,导致 idea 默认使用的 javac 编译器编译不了。
Javac 编译器改为 Eclipse 编译器。
File -> Settings -> Build,Execution,Deployment -> Compiler -> Java Compiler