Hykilpkonna
- Total activity 9
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Hykilpkonna commented, -
Hykilpkonna created a post, AnsweredJSP ContextPath not resolving
This 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... -
Hykilpkonna created a post, AnsweredIs it possible to detect IDEA running environment?
Hi, 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 ... -
Hykilpkonna commented, -
-
Hykilpkonna created a post, AnsweredIDEA Run/Debug Console not displaying RGB Ansi codes correctly.
I 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)...