Maven multi module pom dependencies between modules
We have a multi module pom with a top level project that has two child jar modules, where the second child module has a dependency on the first child module's jar (in the dependencies section of the...
View ArticleCreate module dependency when opening multiple gradle projects with matching...
I have two separated projects in different repositoriesBoth project are using gradle build systemProject A has project.group=A, project.name=a and project.version=1-SNAPSHOTProject B has...
View ArticleIntelliJ not showing code while debugging
I am working on a new project in which I am using Gradle to build a small SpringBoot service. I am building and running the service from the commandline, with JVM parms to set the debug port and pause...
View ArticleJava: see compile errors throughout project on save?
I've tried to switch from Eclipse to IntelliJ for my Java development. The one issue I have is that I want to quickly see any compile errors throughout my project when I make changes in a given file....
View ArticleWhen using the GUI Design to paint UI, why not set layout is null?
hello all,When using the GUI Design to paint UI, why not set layout is null?
View ArticleMaking a JavaFX Artifacts
Hello I'm trying to make a executable javaFx file with Intellij 13.1.4 and java SDK 1.6 but i can't get it to work. When i try to Build Artifacts i get this error Error:Java FX Packager: Unable to...
View ArticleHow can I work in community edition with glassfish?
Hi! How can I work in community edition with glassfish server app? Or what should I do in order to begin working with glassfish server from intellij idea community edition? Thanks.
View ArticleFile structure on CTRL+F12 dissapeared in 13.1.5?
Hello, I am used to some shortcuts not working occasionally (a couple of bugs have been submitted, apparently related to the terminal subsystem). I restarted the ide, CTRL+F12 is still not accessible...
View ArticleGit Commit says no changed detected
Hi, When I change a file and then select git | commit within Intelliji Idea it displays "No changes detected" message. However, if I run git from the DOS prompt it shows the changes and allows me to...
View ArticleStructural Search for all method calls that have an annotation
I would like to create a Structural Search for all method calls to methods that are annotated with a specific annotation. For example, imagine wanting to find all method calls to methods marked...
View ArticleHow to activate the built-in HTTP Server in a Java Web-App Module?
Hiya, I have a project that uses server side CDI beans, Servlets and a JAX-RS interface, in combination with an AngularJS SPA front-end, all deployed in a single WAR file. I have mocked all the REST...
View ArticleIDEA 14 Community Edition
I often work with binary data. 1.How I can see binary(hex) values in Watch window for ordinary variables and digital arrays? 2.byte array bIn variables window show as hex - b[i]=0x99If i try edit this...
View ArticleHow to avoid navigation popup large size?
Sorry for big imageI have task panel in windows on left side. My problem is that navigation popup is too large and I not see class name How to fix pupup size? Or customize class path to some shorter...
View ArticleI'm having issues with IntelliJ building when I make changes to maven files.
Originally from http://stackoverflow.com/questions/25769094/how-do-i-rebuild-make-iml-files-in-maven-multi-module-project-in-intellij-13-1 I'm working in a multi-module maven project in Intellij. There...
View ArticleApplication server deployment locations
Howdy friends, I have been fishing around for a whlile trying to figure out why my tomcat application server deployments are all named with Unnames_<project name>, I have attached a screenshot. I...
View ArticleLiveEdit ends after start of inspector
I'm using LiveEdit plugin in IDEA for live editting and debugging in Chrome browser. When I turn on web inspector, live editting ends and Jetbrains IDE support is disconnected. Can you explain me why I...
View ArticleWhy can't I use the same abbreviation in LiveTemplates?
I have a livetemplate, consisting of two parts: some HTML, and some CSS. I created two live templates for that, one which is applicable to HTML, and one to CSS. I'd like to use access those live...
View ArticleDisabling blue balloon notification
Scenario: The package statement of a class has an error and I want to fix the package with alt + Enter. Result: IntelliJ wants to be helpful and shows a blue notification (see screenshot). The balloon...
View ArticleOrganizing classes in a directory
I have a bunch of classes in a directory and want to order them in the Project tab. Like, for example, I want to put all the files that I set to read-only at the end of the list so that I can focus...
View ArticleSpring MVC as a new project type
Hi, I am trying to get started on a Spring project as documented here: https://confluence.jetbrains.com/display/IntelliJIDEA/Getting+Started+with+Spring+MVC,+Hibernate+and+JSONHowever my "New Project"...
View Article