Skip to content
Advertisement

Tag: intellij-idea

Why are some maven projects in IntelliJ grayed out?

Why are some maven projects in IntelliJ greyed out? Answer Seems images are better way to answer this question. Projects are greyed out when you ignore them in your IntelliJ workspace. To add those projects or modules back in your workspace, right click on them and click on unignore projects as shown in below screenshot. Alternatively, you can also go

Run a Maven Project using IntelliJ IDEA

I’m new to IntelliJ IDEA and I would like to run a simple Maven Quickstart project using it. I followed all the instructions, the project was sucessfully built. But when I try to compile and run it , the Run button is not activated. It looks like IntelliJ IDEA couldn’t figure out where the main class is. This is a

Error:java: invalid flag: -release

I use Java : and IntelliJ IDEA: Get error when compiling: Executing javac -help : So javac should use two hyphens with release, but Intellij Idea use with one. Can I override javac options that IDEA use or fix it in some way? UPD: Even Build, Execution, Deployment > Compiler > Java Compiler Additional Command Line Parameter doesn’t help in

Search string from JAR file global in Intellij Idea

I am developing stomp+WebSocket using Intellij Idea. Now I need to know: how to search string from Intellij Idea global? For example, I got this error: And I go to class WebSocketAnnotationMethodMessageHandler in spring-websocket.jar(Maven’s jar) and find nothing about this string:No matching methods or Searching methods to handle. So I want to search where the message is. How to do?

Xtend force java 7 language level

I am using Xtend in intellij from the Xtend-plugin. My project language level is set to Java 8 and Xtend compiles fine to Java 8 (e.g. using lambda expressions). For specific reasons, I need Xtend to generate Java 7 code, without changing the language level of my remaining project (Java 8). In the Xtend project settings I can set the

Advertisement