Run/Debug Configuration for Tomcat - deployment process starts and freezes
I am trying to deploy a web-app on Tomcat from IntelliJ 13. The deployment process starts and freezes before the point where it should actually deploy the war file - "Artifact is being deployed,...
View ArticleI don't understand the format of this jvm-option: "-javaagent:C:\Program
Hello:I am a little new to GlassFish Server. I have IntelliJ IDEA 12.0 set up and also Ihave the GlassFish server added. When I click the "Run" or "RestartGlassFish Server" button or submenu, I receive...
View ArticleGit change markers disappear when editing file
I've started having a weird problem over the last few days. I have a project in IDEA 13.1.4 under Git version control. When I edit a file, IDEA marks it as new in the editor tab (green filename) and...
View ArticleIs the GWT Studio in the enterprise edition a viable development tool
I am developing some UI and this tool was discussed a lot..... but years ago. In version 13 I can not even find it. It is suppose to be included as a plugin. Is this tool something good for use with...
View ArticleRunning a "fat" spring-boot war as an application
Hi, there is something strange with running "fat" Spring Boot applications (i.e. these can be run as stand-alone applications or in a web container) e.g....
View ArticleThe 'out' directory being excluded
Why does IntelliJ exclude the 'out' directory by default (Project Structure -> Modules)?
View Articlemake fired by a Junit test does not compile the same way as the ordinary build ?
Here is the problem:I changed code to adapt to java 1.8: some methods of a Class were moved to default methods of an interface.everything compiles fine.but when I start a Junit tests there is a make...
View ArticleIs it possible to configure the Applet Viewer in 8.1 to connect to the server...
I'm trying to debug a problem in the communication between the client and server sides of theproject I work on. I have a 3rd party tool which will monitor the http traffic allowing me to see all...
View ArticleGreat feature in Intellij for Mac for keyboard access to Menus
Intellij is the only OS/X app I am aware of that supports a single keystroke combination access to the menu items: When I press the "Option/Alt" key and then the mnemonic/first letter of the top level...
View ArticleConstraint for enum in structural search and replace
What constraints in strutural search and replace I must use to match an enum?I want to find all java.util.Map whose key is an enum. So I have in the search searchtemplate "Map<$keyClass$,...
View ArticleAutocomple for Objects from Factory
Hi, I think this should be a problem for many people (and so I hope, there is a solution. We have a Factory in our Application. It is used like that: $order_coo = MainFactory::create_object('Order');...
View ArticleAdding property files to classpath
Sorry, if this is a simple and obvious quesiton, but I am stumped. I have 2 modules in my project. The web module needs to have property files (.conf, .htm & .properties) from the other on the...
View ArticleWeird behavior of debugger.
Hi, first time using this product, I like it so far. Coming from Flash Builder, I got a lot of feedback about several aspects of the IDE, but, there is something I can't live with, and that is the...
View ArticleJavascript formatting mulitline var
Howdy,So I've spent a significant amount of time trying to make the javascript code style do what I want and haven't found a solution.If I have multple vars declared with comments like sovar obj = {...
View ArticleDependencies of jar
Hi, this is a copy of http://stackoverflow.com/questions/25914657/. I want to use an Eclipse project with IntelliJ. In Eclipse, the project has a jar in its build path, which wraps a manifest file...
View ArticleIntellij Idea Code wrapping when formatted
I am new to Intellij Idea. I didn't find any information on how to wrap the code after certain characters (ex: 150 characters, break the line) I want to break the code after the vertical line, the...
View ArticleCan't run ruby tests
I have IntelliJ IDEA 13.1.4 installed. I have Ruby 1.9.3 and test-unit gem version 2.5.5 installed. When I try to run tests, I get /Users/xxx/.rvm/rubies/ruby-1.9.3-p545/bin/ruby -e...
View ArticleDelete Github integration
Hello I just deleted a repository on GitHub 2 days ago. Unfortunately, IntelliJ Idea tells me my project is already on it...I tried to use bitbucket (with the plugins) but it did not work.So, now, I...
View ArticleIntellij not refreshing executable between runs
Rank newbie here. I wrote a "Hello world!" program in Java and ran it (in Intellij, using the little green arrow), and saw what I wanted to see. Just to be sure, I changed the text to "Goodbye,...
View ArticleThe 'out' directory being excluded
Why does IntelliJ exclude the 'out' directory by default (Project Structure -> Modules)?
View Article