Linked Questions

5 votes
2 answers
13k views

I am using Intellij IDEA. Here is my code: public static void main(String[] args) { java.util.Scanner scanner = new java.util.Scanner(System.in); int a = scanner.nextInt(); ...
Jonik's user avatar
  • 151
0 votes
0 answers
98 views

package com.company; import java.util.Scanner; public class Main { public static void main(String[] args) { System.out.println("hello world !"); } } It says that Scanner ...
Kaydo's user avatar
  • 1
178 votes
35 answers
224k views

I just installed and re-installed IntelliJ. Every Java file is coming up RED. I checked the JDK; it is at 1.6.##. The maven clean install build worked just fine. I'm getting the usual highlighted ...
iCodeLikeImDrunk's user avatar
4 votes
6 answers
16k views

IntelliJ IDEA 2017.2 I know this has been asked, but I have tried every fix I could find, as shown below. Every symbol in my java code has an error Cannot resolve method, or Cannot resolve symbol. ...
praiseHellRaiseDale's user avatar
4 votes
1 answer
12k views

I would like to use StringUtils and have downloaded the "apache commons jar" zip file, copied the unzipped jar file into a lib folder in my intellij project, and added it to Libraries and to the ...
KMunro's user avatar
  • 356
0 votes
1 answer
3k views

The title is the error I'm getting when running sbt ++2.11.12 clean update package. It's caused by this line: import com.amazonaws.services.glue.util.GlueArgParser I was also getting a Cannot ...
Sam Malayek's user avatar
  • 3,775
1 vote
1 answer
2k views

I'm trying to setup Apache Spark project (pulled lastest master branch) in my IntelliJ IntelliJ IDEA 2016.2.5 Build #IC-162.2228.15, built on October 14, 2016 JRE: 1.8.0_112-release-287-b2 x86_64 JVM:...
keypoint's user avatar
  • 2,328
-1 votes
1 answer
2k views

Upon IntelliJ IDEA > File > New > Project from Existing Sources... > Import project from external model > Maven, I can't successfully mvn compile. Instead Maven fails that with.. [ERROR]...
cellepo's user avatar
  • 4,558
0 votes
1 answer
1k views

Mac OSX Catalina JDK: 1.8.0_191 IDE: IDEA 2019.2.4 Step 1: I cloned the latest code from Github repo: https://github.com/spring-projects/spring-framework.git. Step 2: Then follow the guidelines of ...
Max Peng's user avatar
  • 3,445
1 vote
0 answers
380 views

I added dependency to my pom file. I see that it was added to the dependency tree. In the class Idea proposes to import the class I need but when I press alt+enter nothing happens, it just proposes to ...
IKo's user avatar
  • 5,954
3 votes
1 answer
184 views

For some strange reason, I cannot make ProcessHandle be resolved in my Android Studio environment: Android Studio Koala | 2024.1.1 Patch 1 Build #AI-241.18034.62.2411.12071903, built on July 11, 2024 ...
Introspective's user avatar
0 votes
0 answers
272 views

I create kotlin project at this link https://github.com/davidasync/dismember-pedia and use gradle installDist to create .jar file. And I copy paste the jar file at https://github.com/davidasync/...
David Async's user avatar
0 votes
0 answers
196 views

This is the first time I'm connecting to a database so I am sorry if it's a stupid question but I am trying to follow tutorial or something but every one already starts where creating a Connection ...
JurajC's user avatar
  • 107