Hykilpkonna
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited JSP ContextPath not resolving
AnsweredThis one screenshot basically sums up my problem. I just updated IntelliJ today, and `${pageContext.request.contextPath}` is not resolving as a directory as it has been before. On my other compu... -
Created Is it possible to detect IDEA running environment?
AnsweredHi, Is it possible to detect whether a java program is running on IDEA run/debug terminal or other terminals? I'm making an RGB colored logger, but since IDEA run/debug terminal won't support full ... -
Created IDEA Run/Debug Console not displaying RGB Ansi codes correctly.
AnsweredI made a demo program to test the ANSI RGB color code and print all 256 possibilities of pure blue colors by changing the blue value and keeping r and g to 0. When I run it with Git Bash (MINGW64)...