프로그래밍/JAVA
“Cannot switch on a value of type String for source level below ..” error in Eclipse
jihun202
2016. 12. 29. 16:34
반응형
I faced the same issue when I tried to deploy using the Ant tool.
The solution that worked for me was:
- Right click on project, and then click Properties
- Go to Java Build Path
- Go to JRE System Library
- Execution Environment was selected; I instead selected Alternate JRE and then jre7 (as shown below)
반응형