Most voted "intellij-idea" questions
Intellij IDEA is a popular IDE created by Jetbrains. It was originally created for Java, but currently supports several other languages such as: Javascript, Groovy, HTML, CSS, RSS, R, Haskell, PHP, Ruby, Python, Scala, Clojure.
Learn more…62 questions
Sort by count of
-
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…
-
0
votes0
answers77
viewsError: Could not find or load main class in module Pdvapplication
I can’t run the PDV application to test. I cloned the project from github to my folder and ran it using Maven in the Intellij IDE. Inside the Intellij the main is this below. It runs error-free on…
-
-1
votes1
answer718
viewsMaven does not download libraries
I’m using Intellij and the plugin for Maven (first time), I’m trying to make it work to download the libraries I use in my project, but it’s not downloading. pom.xml <?xml version="1.0"…
-
-1
votes1
answer123
viewsIntellij, Spring Boot and Angularjs
I’m running a project Spring Boot e AngularJs no Intellij and I’m trying to access the folder webapp by navigating (localhost:8080/nomedapasta/index.html), only you’re making a mistake (There was an…
-
-1
votes1
answer1083
viewsError: java: Illegal char<:>
am experiencing this error Error:java: Illegal char <:> at index 4: http: api.jquery.com I know what error is in the sentence, but I can’t find it anywhere to fix it. I’ve searched line by…
-
-1
votes1
answer324
viewsProblem running file . jar created by Intellij
I’m trying to create an executable using Intellij. I followed all the steps on the official website, in addition to several tutorials on youtube. I was able to create the executable and run it…
-
-1
votes1
answer135
viewsIntellij Cannot resolves table "...."
All right? I have a question. I am creating an API with Spring Boot and Springdata, Hibernate, while trying to resolve a relationship Manytomany Intellij displayed an error Cannot resolve table…
-
-1
votes2
answers19
viewsIntellij - Java Error - Gradle Sync failed: Cannot Convert relative path ~/GRADLE_HOME/daemon/6.8 to an Absolute file
The problem is appearing whenever I try to run the program, and the Packages program do not appear either. I opened the same project by Vscode and worked normally there, just not working by…
-
-1
votes0
answers26
viewsHow to resize swing and javafx "blocks" sizes in Intellij?
Hello, I’m learning Java and there are some classes that ask for swing and javafx, until then ok. But on the teacher’s screen, videos on Youtube that I saw, they add a button for example, and manage…
-
-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…
-
-4
votes1
answer35
viewsINTELLIJ + JAVA PROBLEM
Good evening before everything I want to say that I’m a complete beginner and I’m taking a Java course at Udemy and when I’m creating a class the class name is highlighted red and can’t "interact"…