Questions tagged [intellij-17]
19 questions
16
votes
0 answers
Unable to parse template "Class" Error message: This template did not produce a Java class or an interface
Please help me, whenever I'm creating a new class in IntelliJ
It give me a popup box cannot create class
I tried my directory marking it as 'Sources Root'(got from stackOverflow), but still I cannot resolve my problem.
Currently I'm using…

Jack Sengar
- 341
- 1
- 3
- 9
9
votes
4 answers
resource not found when using IntelliJ
I have a resource abc/xyz.json under src/test/resources. I'm using IntelliJ IDE.
While running a Test for my project, I get the following exception.
Exception
com.google.common.io.Resources.getResource("abc/xyz.json")
fails with…

sykik
- 333
- 2
- 4
- 12
9
votes
10 answers
RuntimeException: Package jdk.internal.jimage.decompressor in module jrt.fs and module java.base
Component Details - Using IntelliJ IDEA 2017.1 CE and jdk-9-ea+154
main() -
Set set2 = Set.of("a", "b", "c");
set2.forEach(System.out::println);
module-info.java
module collection {
requires java.base;
}
Logs -
Error occurred during…

Naman
- 27,789
- 26
- 218
- 353
7
votes
2 answers
Connecting IntelliJ Idea Servers to GitLab.com: what info is actually needed?
I'm trying to configure IntelliJ IDEA 2017.1.2 in order to get the tasks from a private repository on GitLab.com.
To do that I have to create the corresponding entry in the Servers window.
Now, I don't have the faintest idea about how I should fill…

danidemi
- 4,404
- 4
- 34
- 40
3
votes
1 answer
Unable to create initial connection pool in Grails 3
I have a grails 3.2.7 application with Intellij IDEA 2017.1.1. But the problem is I couldn't create a connection pool to my MySql database (development environment).
Here is my application.yml
---
grails:
profile: web
codegen:
…

Abhilash Shajan
- 610
- 1
- 8
- 29
3
votes
2 answers
Intellij extend java syntax highlighting
I am working on a project, where I need to highlight a special kind of a syntaxes in a java file and extract those parts.
public class Hello{
public static void main(String [] args){
<<< SOMTHING >>>
}
}
I have looked at a tutorial from…

Bhanuka Yd
- 646
- 8
- 25
3
votes
2 answers
IntelliJ Python unittests cannot import modules
I'm trying to configure my IntelliJ Ultimate 2017 IDE to run Python unit tests. It's not working.
The project is a Gradle project, and most modules are Java/Scala. There are several Python modules though.
The Python plugin is installed and the…

Nathaniel Ford
- 20,545
- 20
- 91
- 102
2
votes
0 answers
Search File by name using Search Everywhere from a specific folder: IntelliJ IDEA
I am using IntelliJ IDEA Ultimate 2017 version and using double shift (in MAC) as a shortcut to search files from the entire project.
Question: I just want to restrict Search everywhere to a particular directory in my project (similar to find In…

Neeraj Jain
- 7,643
- 6
- 34
- 62
1
vote
0 answers
Gradle properties proxy not recognized
I'm trying to resolve the dependencies from a gradle project, When I opened the project and tried to synchronize gradle I got the following error:
Error:Connection timed out: connect. If you are behind an HTTP proxy,
please configure the proxy…

TimeToCode
- 901
- 2
- 16
- 34
1
vote
1 answer
Building a cross-build sbt project in Intellij
I have a sbt project with three modules A, B, Common wherein
A is compatible with scala version of 2.11.12 and depends on Common
B is compatible with scala version of 2.12.7 and depends on Common
Common can cross compile with both 2.11.12, 2.12.7…

bala
- 21
- 4
1
vote
1 answer
Why does Intellij go to a blank page when switching to a new changelist?
As of Intellij 2017.3.4, I've noticed an odd and annoying behavior of Intellij whenever I switch to a new local changelist. When creating a new changelist and setting it as my active changelist, the IDE removes the file that I'm currently looking at…

Noisebelt
- 11
- 1
1
vote
1 answer
Cannot start IntelliJ (2017.2.2)
Everytime I try to run IntelliJ on windows 7, I get this error:
Internal error. Please report to http://jb.gg/ide/critical-startup-errors
java.lang.RuntimeException: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error…

miller220184
- 41
- 1
- 4
1
vote
1 answer
IntelliJ IDEA does not recognize properties file
IntelliJ IDEA does not recognize my property file as seen in the picture below.
When I change the name to something other than "assetInformationFields" like "assetInformationField" it is recognized perfectly.
I already tried to invalidate caches…

ammerzon
- 998
- 1
- 13
- 30
1
vote
1 answer
Why am I getting a "plugin conflicts with IDE" error when starting Intellij?
I installed a Haskell plugin, and now run into this error when attempting to run Intellij:
Is this because I am attempting to use the community edition with a non-java plugin, the solution being purchase of the ultimate edition? Why then would it…

mherzl
- 5,624
- 6
- 34
- 75
0
votes
1 answer
pox.xml dependencies are not effective, project gives many does not exist errors. IntelliJ WS Corrupted?
I have a perfectly running maven project with a pom.xml file, which has some in inconsistent dependencies like few dependencies needing the same jar file, but with different versions. While the project is running nicely with in the intelliJ, but not…

PraNuta
- 629
- 3
- 12
- 33