一、打开含有jsx语法的文件都会显示红线,提示export declarations are not supported bu current javascript version
解决办法:
二、IntelliJ IDEA 自动编译功能无法使用,On 'update' action:选项里面没有update classes and resources这项
在tomcat设置中Deployment要使用exploded模式的war包。只有exploded模式下才会有update classes and resources这项
tomcat启动后页面没有显示
三、编辑器启动报错
1.Connected to the target VM, address: '127.0.0.1:51330', transport: 'socket'
原因:你的应用可能已经被别的程序用了,也可能你的程序已经在跑了
2.Cannot start compilation: the output path is not specified for modules "mts"
(1). 在Modules设置里勾选”Inherit project compile path”
(2) 设置Project中的”Project compiler output”
(3) 选择”Project的路径”+”\out”,比如说我的就是
3.Error:(24, 6) java: F:\projects\common\src\cn\com\ctsi\strutssupport\tags\co