Questions tagged as 'intellij'

1
answer

How to debug Unit Tests using Intellij IDEA?

I created a file with a single test but I can not debug it, it marks me error in other classes to which I do not even reference. When I created the unit tests I was asked to set up a JDK for which I chose:    Information: Using java...
asked by 24.01.2017 / 15:46
1
answer

Creating controls on forms

I'm starting Java, I'm using IntelliJ IDEA, creating a desktop app, I'm creating a form and adding controls, like Label , TextBox , Button and I see that everything is done by code: public class frmLogin extends JFrame {...
asked by 24.11.2016 / 16:50
2
answers

Comments on android

How can I put comments for the classes imported into the gradle to read them as a description when implementing a method of that class?    The question is from android, although I suppose it also applies to Intellij IDEA.     
asked by 30.11.2016 / 16:56
2
answers

Format style of documentation comments in Intellij Idea using keyboard shortcuts

Approach First of all we do not find in JavaDoc , in Java. I have the following text that I want to insert as part of the JavDoc: Esto es el commentario de JavaDoc que quiero exponer en la pagina de stackverflow y que despues voy a d...
asked by 24.04.2017 / 07:47
1
answer

Join two git repositories

Hello apparently using IntellIJ create a repository with a specific folder and another with the general folder of the project, when trying to push it shows me as 2 different repositories how can I unify them so that the folder with the project r...
asked by 14.03.2018 / 04:08
0
answers

IntelliJ, Maven and Spring to try to generate a Runnable jar

First of all, thank you very much for the help. I comment, I'm starting to use this programming environment, but I have problems to generate the Jar and run my program out of the environment. I explain, the program works when I run the class wit...
asked by 27.01.2017 / 12:14
0
answers

Error applying plugin Material Theme UI in Intllij idea

I have installed the Material Teme UI plugin in my IDE, Intellij. This plugin does is apply a theme to the interface in an integral way (applying the changes in both the color of the syntax and in the windows and / or honeycombs of the editor....
asked by 23.12.2016 / 23:48
1
answer

IntelliJ IDEA 2016.2.3 does not recognize the PrimeFaces Framework

IntelliJ IDEA 2016.2.3 at the time of running a Java Enterprise- > Web project application- > JSF- > PrimeFaces I do not recognize the libraries of the latter considering that I already add to the library PrimeFaces.Jar version 5.2 The...
asked by 02.09.2016 / 06:46
1
answer

I can not inject BCryptEncoder in linux but in windows

my spring mvc / security project can not initialize because there is a problem with the BCryptEncoder: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [org.springframework.security.crypto.bcrypt.BCry...
asked by 24.11.2016 / 12:22
1
answer

How to add Maven support to App Engine

I am developing an application for Google App Engine with the IDE Intellij IDEA , when starting the new project this IDE allows the creation of an App Engine application with the structure by defect. At the end of the creation it does not...
asked by 25.05.2016 / 18:24