Questions tagged [intellij-15]

Use this when developing with the IntelliJ IDEA 15 IDE for Java.

IntelliJ is the newest of the JetBrains IntelliJ IDEA Java IDE family.

This adds many new features, such as lambda debugging, force return, and an improved UI.

Learn more at What's new in IntelliJ IDEA 15.

191 questions
1
vote
1 answer

IntelliJ Idea - How to optimize imports for a custom scope

Is there an option in IntelliJ Idea 15.0.3 to optimize the imports in all files of a custom scope or matching a file name pattern? The dialog for "Code | Optimize imports" does not have such an option. The dialog for "Code | Reformat Code" has an…
ahu
  • 1,492
  • 12
  • 11
1
vote
0 answers

Maven and Android Testing/Build Life-Cycle

​ I'm using Intellij 15 and have an app whose top-level module maven module that is setup as an aggregator, i.e. pom. Inside of that I created a plain old java module using maven-archetype-quickstart:1.1. I got junit working the way i need it to and…
1
vote
2 answers

Unable to to load Tomcat plugin in IntelliJ

I am running IntelliJ 15 Ultimate and trying to enable the Tomcat plugin (which for some reason was disabled). However, IntelliJ does not seem to let me re-enable it. What I have tried is Re-install IntelliJ 15, and I chose to replace the old…
whirlwin
  • 16,044
  • 17
  • 67
  • 98
1
vote
0 answers

No error getting while compiling spring project

I am new to spring development ,while compiling pre-developed code(setup all the necessary tools).it gives me no error but not run on the browser.can not understand what the problem is?. Ideaspring plugin also not enabling . using intellij…
1
vote
1 answer

Idea keymap on linux like windows

Is there any way to use the same keymap in intellij idea on linux like in windows? For example: pressing on mouse wheel is the same like ctrl+left click.
Squeez
  • 919
  • 2
  • 12
  • 30
1
vote
1 answer

No default folders created in new gradle project

I am following instructions at https://www.jetbrains.com/idea/help/creating-a-gradle-project.html to create a new gradle project. Before I can specify the gradle settings, a window opens where I am asked to fill in a groupID and an artefactId. This…
user4918296
0
votes
0 answers

How to check for missing keys in i18n YAML files in a Vue project within IntelliJ

I'm working on a Vue project which utilizes i18n for multiple languages. For this, I have several YAML files containing translation keys for various languages, e.g., German, English and French. I'm looking for an IntelliJ plugin or a another method…
Rob
  • 472
  • 4
  • 17
0
votes
0 answers

sun.security.provider.certpathS .SunCertPathBuilderException: unable to find valid certification path to requested target

[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.7.6:install-node-and-npm (install node and npm) on project sok-wcm.ui.frontend: Could not download Node.js fr om: https://nodejs.org/dist/v10.16.0/win-x64/node.exe: Could not…
Sravya
  • 1
0
votes
0 answers

IntelliJ Idea Run Option Missing

My IntelliJ Idea was running totally fine until suddenly when I used the Run Command it was not compiling for long period of time , then on right clicking the option to Run which would usually come just dissapeared. Can anyone tell me why ? Tried…
0
votes
0 answers

How to configure Intellij Idea to compile files induvidually without building the whole folder?

I am new to IntelliJ, I started using it because it streamlines java coding stuff. I am currently a student so my main java folder is not a complete project but a collection of different individual java programs like a program for testing ArrayList…
0
votes
0 answers

Autoclose brackets/parentheses inside a string in PyCharm

Recently I have been using PyCharm Community Edition solely for python development and I am really pleased with the software! But while the auto closing of parentheses and tags works in regular code, it doesn't work when I try to do it inside a…
0
votes
0 answers

Could not find main class com/intellij/idea/Main

I've installed intellij 2021.1 on windows 7 32 bit. While opening intellij I'm getting error as I added java_home variable still not working
0
votes
1 answer

synchronize multiple modules with intelIj

I'm wondering if we can work with intelij like we work with eclipse workspace: In fact , we have a project with multiple dependent modules ( more than 50 modules ), with eclipse I know that we have the principl of workspace so if for example we…
dreamer
  • 61
  • 1
  • 6
0
votes
1 answer

Not able to resolve Maven dependencies in IntelliJ

I am working on a project using Maven dependencies. But, I am not able to get it resolved in IntelliJ or in other words, IntelliJ shows red in import. Is there any extra configuration required? Below is how my IntelliJ Maven configuration looks like…
0
votes
1 answer

How to properly setup Maven with tests being a separate module

My folder structure | pom.xml | +---.idea | .gitignore | compiler.xml | jarRepositories.xml | misc.xml | vcs.xml | workspace.xml | +---mysource | Main.java | pom.xml | \---tests …
Youssef13
  • 3,836
  • 3
  • 24
  • 41