intellij-14 Questions

2

Solved

I'd like to set some specific options in idea.vmoptions and idea.properties for IntelliJ IDEA 14, but I don't have access to those files in C:\Program Files\... (yes, that's Windows, don't troll ;)...

8

For some of my modules Intellij IDEA is not importing the dependencies and plugins. Just the live cycle is imported. The poms are valid as I compile on the command line. I have deleted the modul...
Cragsman asked 18/3, 2015 at 13:45

6

I know it might be bad idea to rename project root directory, but while doing it I got following error: I did it as follows: Cant I really rename project root directory? How this option wor...
Peristome asked 13/5, 2019 at 7:57

6

Solved

Hi i am trying to link up my a java group project from github to intellij. However i keep getting this issue with Git, i download it but then i try again and it asks me to download it again? I've ...
Madore asked 11/3, 2021 at 12:57

4

Solved

I'm currently having an issue installing Android studio. Whenever I clicked on studio.exe to begin installing it pops up with an error message saying: Could not find main class com/intellij/idea/Ma...
Ulent asked 19/9, 2018 at 9:33

6

Solved

I think it might have something to do with asynchronous tasks but I don't know for sure. Could someone please clarify this for me? Also what do the yellow frames mean when you are debugging?
Rodgerrodgers asked 17/10, 2018 at 18:7

10

Solved

I'm searching for a string and getting matches in a source folder, and a build folder (file in source gets copied to build during build). I do not need the build folder result. Vim has wildignore...
Dragonfly asked 12/3, 2015 at 15:37

5

I'm having the following class: public class MyClass { public static void main(String[] args) { System.out.println("abc"); } } When I'm running the main method, "abc" is printed, as expec...
Mayolamayon asked 18/2, 2015 at 16:45

6

Solved

I want to remove the right hand margin line in Android Studio/IntelliJ. I have pointed out the line in question in the image below. I searched Android studio settings and search Google many times...
Dedal asked 13/11, 2014 at 2:46

8

Solved

In IntelliJ IDEA 14, we can create scratch files from Tools > New Scratch File... Are they stored in some temporary files? If the answer is yes, where are they? Attempts: 1) I pressed right clic...
Hadwyn asked 9/12, 2014 at 15:36

4

Solved

In Intellij 13 the main code window showed all my open classes (their names flowed onto multiple lines), but now in Intellij 14 it shows a little dropdown and only shows them on one line. Is there ...
Flagon asked 5/11, 2014 at 22:6

1

I am trying to use spark cassandra connector to fetch values from the table. The load() yields the IncompatibleClassChangeError. My development environment is defined as follows, Intellij : 2019.3....

8

Solved

I am trying to set the configuration location for my Project but I keep getting the following error: java.io.FileNotFoundException: class path resource [main/resources/app-context.xml] cannot b...
Livestock asked 17/3, 2017 at 17:7

5

I'm using Lombok to add logging to my Java applications. I've been using this for some time, but since I upgraded my IDE from IntelliJ 13 Community edition to 14 Ultimate, I get the following compi...
Esme asked 12/2, 2015 at 14:40

2

Solved

Currently if I write use the following builder class Intellij will indent the following way SomeClass.create() .someMethod() .someOtherMethod(); What I would like it to do is indent like this:...
Cashew asked 28/11, 2014 at 17:31

8

Solved

Couldn't find the simple solution on SO, so thought I would add this here for anyone looking in the future. My symptom was that I could copy and paste within the IJ editor, but not from the editor...
Fanfaronade asked 24/3, 2016 at 22:18

4

Solved

I've just updated to IntelliJ IDEA 14 from version 13. One difference I've found is that when I hit the backspace key it deletes a full tab stop worth of space characters, rather than deleting a si...
Enthusiast asked 6/2, 2015 at 21:31

2

In WebStorm, How can I disable the warning (aka. "quick-fix"): TS80006: This may be converted to an async function. By 'warning' I mean the function name is underlined, and I see the war...
Goddamned asked 2/8, 2023 at 9:51

3

I'm trying to build my project, but IntelliJ gives me this error: Internal error (java.io.IOException): Cannot find IntelliJ IDEA project files at C:/Users/Alex/Documents/University/VII. Semestur/Ð...
Foch asked 13/11, 2021 at 18:0

6

Solved

For a project that I'm currently working on, IntelliJ gave me the compile error Error:java: javacTask: source release 8 requires target release 1.8. I went into Settings>Build, Execution, Deploymen...
Thiourea asked 29/10, 2015 at 18:6

5

Solved

I cloned this Project from Github https://github.com/PacktPublishing/Java-Machine-Learning-for-Computer-Vision.git I am going to use the FaceRecognizition from this project. But as soon as I try to...

2

First off, I acknowledge the countless posts about refactoring package name. I researched many of them and none of the answers worked for me... I'm wondering if anyone else has been having such an ...
Skitter asked 27/12, 2020 at 19:34

10

I am using IntelliJ IDEA 14 Ultimate. When I search find usages, in find view, there is an info like "Searching for usages in project files" and doesn't return any result. Scope is "...
Samos asked 24/12, 2014 at 9:36

31

I have an IntelliJ 14.1.2 Project consisting of two modules - one is an Android Gradle based module and the other is a Spring Java-based module with Maven. gps-trackman.v1 is my root project and I...
Fibrosis asked 9/5, 2015 at 15:56

3

Solved

I have an annoying bug regarding intellij 14.0.3. The issue is that it keeps indents on empty lines and I can't remove that whitespace in any way. Under code style, I have not checked the checkbox ...
Dioecious asked 12/2, 2015 at 11:54

© 2022 - 2025 — McMap. All rights reserved.