Most voted "intellij" questions
25 questions
Sort by count of
-
30
votes2
answers45293
viewsWhat is a deploy?
Each module of the project has a .war and a .war exploded, What are the functions of this artifacts in this "deploy" process? And what is Jenkins' function in that context? I understand that deploy…
-
6
votes3
answers3176
viewsIs there a shortcut to select and modify similar snippets?
I would like to know a shortcut of the Intellij IDEA similar to CTRL+D Sublime, which selects all similar objects and is possible to modify them together.
-
4
votes1
answer164
viewsProblems with interpreter R
I did the installation of R4intellji and selected a program in R. However when I ask to run (run) the program gives the following error: The R interpreter is not specified Could someone help me?…
-
4
votes1
answer265
viewsEncoding Eclipse -> Intellij
I imported a project into Intellij that was created in the eclipse. The project is pretty big. I’m having a problem with encoding, in the eclipse is as Default o Cp1252 And Intellij is into UTF-8…
-
3
votes1
answer214
viewsWhat is the similar command in git to Intellij’s "git revert"?
How to reverse the state of a specific file via git commands? Similar to option git revert of Intellij where I select the files I want to revert. When I select all options in the git revert, lists…
-
2
votes1
answer156
viewsCan I export a JAR file with only Kotlin classes, without any Java class?
I’m using Intellij IDEA to develop a project in Kotlin, and I’ve reached a point where I need to create an executable file to run on the server, but when I try to create a JAR Artifact, I cannot…
-
2
votes0
answers27
viewsHow to configure Timezone in REPL Clojure?
How to set up REPL with the correct Timezone? When executing a query in a postgres database through a REPL the date fields are in UTC time zone I want to configure it for America/Sao_paulo. In…
-
1
votes0
answers47
viewsLayout problem when swapping eclipse for Intellij
I’m a beginner and I’m in the middle of a project. Due to many build bugs, I decided to exchange the eclipse for Intellij. Import problems and bank connection solved, I can continue the project. Now…
-
1
votes0
answers133
viewsError:Abnormal build process termination - Intellij 16.1.1, JDK 1.8.0_21
This is the first time I’m wearing IntelliJ IDEA and soon had problems to compile: Error:Abnormal build process termination: /home/nathanpb/Java/jdk1.8.0_121/bin/java -Xmx700m…
-
1
votes1
answer30
viewsPlugin to create runtime variable instance builder
I need to create some tests using variables already instantiated at runtime, and instead of manually mounting, object by object, attribute by attribute, I would like some tool that automates this…
-
1
votes1
answer293
viewsDatasource Postgresql Widlfly
I’m trying to set up a DataSourcewith PostgreSQL, but you’re throwing this Exception 23:36:46,381 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 2) WFLYCTL0013:…
-
1
votes1
answer53
viewsUTF-8 formatting does not work when compiling code with Maven in Intellij
Good afternoon, you guys, Next, I have a Maven project in Intellij configured as follows: In the pom I have these configs:…
-
0
votes1
answer505
viewsSave Intellij Project as . java
I started a week ago a programming course, but I’m not in the IT area and the like that is making my learning difficult. I wonder if there’s any way you could help me with this first obstacle of…
-
0
votes0
answers210
viewsNot all additional attributes appear in android studio
Great community, I’m starting now in Android Studio and face already I came across a "problem" that I could not solve, I need the help of gentlemen. I need to link a function to a button, however,…
-
0
votes1
answer515
viewsIntellij does not open APK after installation
In my application, after installing , Intellij does not "command" open the apk. My manifest already configured the main activity <application ... <activity android:name=".Activitys.Main"…
-
0
votes1
answer31
viewsDebug Intellij using Classpath with Project
Hello, could someone help me? I’m starting with Intellij, today I have a project where I use other projects, and to debug the subprojects, in the eclipse added in Classpath "User Entries", if not…
-
0
votes0
answers15
viewsPlugin to build java objects automatically in Vscode or Intellij
Imagine the following situation: You have a Java class using lombok with @Builder This class has attributes with types referring to another class It is a class with many attributes Is there a plugin…
-
0
votes2
answers484
viewsIs there a way to create an IDE based on Intellij?
With some searches on the internet I discovered that Ides as Android Studio and Phpstorm are Ides based on Intellij, each with a purpose. How to create an IDE based on it? The idea is to create an…
-
0
votes2
answers324
viewsColor-free code when filename starts with upper-case
I am using Intellij IDEA to develop using Flutter but when I name a new class with its name starting in uppercase the typed code remains the same color without highlighting variables, Keywords and…
-
0
votes0
answers483
viewsI started using intellij I want to know how to run my console application
hello I started the java program a short time ago, and a friend who is more experienced recommended me to use the Intellij as you see, I have already set up the ide in a basic way, javac for CMD,…
-
0
votes0
answers6
viewsIntellij creating subpackages
Good evening, everyone, I’m used to Intellij and would like a help to create packages. When I create a package with the name "br.com.company.cm", the IDE is creating subpackages rather than creating…
-
0
votes1
answer30
views@Requestmapping does not work on Intellij
The same code works on Eclipse and Spring Tool Suit, but not on Intellij Ultimate Edition. I’ve tried to recreate the project from scratch and still nothing. Using the same dependencies and files in…
-
0
votes0
answers123
viewsIntellij doesn’t recognize Lombok
I am having a problem using Intellij IDEA 2020.3.2. I am using Lombok in my spring project as follows: pom.xml: <properties> <lombok.version>1.18.16</lombok.version>…
-
0
votes0
answers16
viewsERROR IN THE ARTIFACT
I’m trying to run a little Java project of a course of Servlets that I’m doing at Alur@Intellij and I’m having problems with Artifact. The instructor had just created a common Java project and used…
-
-3
votes1
answer144
viewsProblems creating executable jar with Jlayer library in Intellij
Good afternoon guys. Here comes my question: I am creating a simple java 8 desktop application with swing in Intellij. At the end of some modifications I was creating a .jar executable and up to…