Ordered products
I'm from Poland and I tried to buy IntelliJ 12 license, but I had problems with paying via paypal. After I tried to refresh site I got information that my order need to be checked. I can't pay for it,...
View ArticleTomcat config question...
Hi all.. I'm playing around with the Web4J framework and can get it to run just fine outside of the IDE per the tutorial on that site. However, I'm not sure what to do with the following XML tomcat...
View ArticleWhy IntelliJ gives red errors when source compiled fine?
Hi there, Attached please find a strippled down java-demo case that I have. This project (4 java files) compiles under Oracle JDK6 using Maven. The IntelliJ IDEA (12 CE) also able to "Make" the project...
View ArticleGroovy @SuppressWarnings("unused") goes unused
I keep trying to put @SuppressWarnings("unused") on a few class variables in my Groovy class that are unused. But it doesn't remove the warning from IntelliJ. Not sure if I have a typo or something...
View ArticleHow to reference sources in a separate IntelliJ project
How should I go about adding a link to the sources for a library if the source is part of another IntelliJ IDEA project? If I create a Path Variable for the library sources, Intellij will automatically...
View ArticlePermGen Space out of memory
Hi all: When trying to run my project I am getting the PermGen Space error shown below. I have tried this "fix" which was recommeneded to me previoiusly, but this doesn't seem to resolve it either.I am...
View ArticleWhat's a proper way to import and Make a Maven3 project that generate sources?
Hi there, Please find a simple maven based project in attachment. This project has generated sources using maven plugin throgh XJC, and it compiles fine on command line. However when I import this into...
View ArticleDeploying a WAR artifact with a dynamic filename
Hi, I am building my Java/Tomcat application with Maven and the finalName field is set to a dynamic value - it is unique for every build. Specifically we are currently using this:...
View Articleintellij idea 12 svn problem
hi i am so new to subversion and intellij. I just read "http://www.jetbrains.com/idea/webhelp/using-subversion-integration.html#h2subversion_support" but it doesnt show step by step how to create a...
View ArticleMissing config files from WEB-INF after deploying app
Hi, I'm building a Java/Tomcat app in IDEA using Maven, and from what I can see the WAR file is generated correctly, but when I get IDEA to deploy it to Tomcat (that IDEA itself is managing), I only...
View ArticleHow to get stylesheets and external script files recognized
New to IntelliJ. The IDE message is that it cannot resolve the directory. For example if the stylesheet link is href="resources/css/bootstrap.css" I get the message that the IDE cannot resolve the...
View ArticleHow to install java7 docs?
I have recently purchased IntelliJ IDEA and I am struggling to install java7 docs , so that I can use them in the editor , but I've had no luck with this task so far.I would appreciate any help on this...
View ArticleCan not update to 11.1.5 on OSX: "Failed to download patch file"
I keep receiving update notices from within IntelliJ but every time I choose to run the update, I receive the following message: Failed to download patch file:...
View ArticleIs there a way to refresh a directory in a project?
If I add a file outside the project it doesn't show up in the project directory structure and there is no refresh option nor does the Synchronize button work (because I believe it only works on...
View ArticleWhat does diagonal arrow key mean in MacOSX?
Hi, When I use IntelliJ on my MacOSX, it suggested one of this keyboard shortcut when "No files are open" in a project: Now I know the first one is the "Option/Alt" key, but what is that second key...
View ArticleStatus IDETalk
I tried to use the idetalk feature but it seems it is completely broken. Are there any plans to fix it? e.g: http://youtrack.jetbrains.com/issue/IDEA-74121
View ArticleIdea 12.0 and JBoss AS 7 integration
Hello, I have tried to get the JBoss AS 7 integration to work with a JavaEE 6 exploded war - I had some success but I'm still not satisfied. Here is what I've done so far. In my maven (3.0.4) project I...
View ArticleWeb Application exploded artifact validation problem with Idea 12
hello I have a problem with validation my web application with Idea 12.there is a project created in Idea 9.0.2 it contains web faced - set of jsp pagest and resourceswhen I select option menu item...
View ArticleQuestion about updates
Hi, I just bought Idea 12 and registered my personal copy. After executing "Check for update" I get an option to download Idea 12.0.1. Do I have to reinstall Idea every time in order to do minor...
View ArticleHow to force braces onto the next line
Is there some combination of settings that would allow the auto formatter to put braces on new lines for things like if/while/for/try/etc? No matter what I do or set, braces are put on the same line as...
View Article