Rodion Shotskiy
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Rodion Shotskiy commented, -
Rodion Shotskiy created a post, Problem with static classes from include files
If I try to include some static class from JSP file like<%@ include file="../includes/someclass.jsp"%>With content:static class SomeClass {.....}IDEA can't to interpret class from this file, and m...