Mike B.
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 14
- Subscriptions 7
-
Created Improvement of Java application deployment experience with IDEA
AnsweredI have a Java project, which based on multiple third-party Java libraries (JARs) when I run this application inside of IDEA everything is OK and works. The project structure is: Project folder:— .i... -
Created IDEA's Tool Window (sidebar) disappears and IDEA doesn't remember project's perspective after project closing and the following reopening
AnsweredAfter project «Invalidate Caches / Restart…» or changing «Project Structure» the Tool Window (aka sidebar with Project) disappears. It's very annoying while you have to restore the sidebar each tim... -
Edited IDEA doesn't generate pom.xml when adding .JAR-library via Maven repository
AnsweredI added an external JAR-library via Maven repository to the basic Java project structure. Everything is working except one thing. When I add a .JAR I expect that IDEA will generate a pom.xml inside... -
Created How to see object size in IntelliJ IDEA 14 debugger
Hi, community.How to see object size in IntelliJ IDEA 14 debugger?Thanks.