Illegal modifier for the variable; only final is permitted.
✔ Solution
<% %>를 <%! %>로 수정하여 해결
<%! %>와 <% %> 차이점
<%! %>
서블릿으로 변환되는 클래스에서 전역변수로 사용
<% %>
서블릿으로 변환되는 클래스에서 지역변수로 사용
반응형
'Dev_Log' 카테고리의 다른 글
[Java] java.lang.IllegalArgumentException: Not a file or directory (0) | 2021.02.17 |
---|---|
[Oracle] ORA-12899 : 열에 대한 값이 너무 큼 (0) | 2021.02.17 |
[Java] invalid character constant (0) | 2021.02.17 |
[Java] java.sql.SQLException: 부적합한 열 인덱스 (0) | 2021.02.16 |
[Tomcat] The Code of method_jspService is exceeding the 65535 bytes limit (0) | 2021.02.16 |