intellij-idea-2016

Using Intellij With Remote Server

戏子无情 提交于 2021-02-18 10:19:09
问题 I have a dev *nix box. For most cases I can just ssh into the box and use emacs to develop. However, as I've started doing more Java work with very large codebases, I've realized IntelliJ IDEA is pretty invaluable. Problem: I would like to use IntelliJ IDEA on OS X, but work with a project located on some other machine. Is there a way to configure IntelliJ IDEA to do this? (over ssh/mosh/or whatever) Thanks. 回答1: I ended up just using IntelliJ locally and pointing it to a mounted server drive

Control automatic creation of IDEA modules from Gradle sourceSets in 2016.1?

和自甴很熟 提交于 2020-01-02 03:42:27
问题 Starting with IntelliJ IDEA 2016.1, IDEA automatically creates IntelliJ modules from Gradle SourceSets (link). While I recognize that this was a major step forward for many reasons, it is also a major change for existing projects which relied on IDEA being source set agnostic. I currently get over 50 new modules that I don't want ... Do you know of a way to restore IntelliJ's old behavior? Is there a way to control how modules are created from source sets, for example by excluding a sourceset

Gradle Exception in thread “main” java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

◇◆丶佛笑我妖孽 提交于 2019-12-23 04:53:15
问题 I have tried to get this working for three days now in my project and created a simple project to test. I searched around very similar issues on here but didn't find anything that helped with how to solve the error I'm getting. I went even as far as reformatting my Fedora 25 as it works on a Windows 10 but still nothing. I have also enabled in both settings and other settings in Intellij-2016.3.4 annotation processing which according to other answers should have fixed it but, it doesn't

Gradle Exception in thread “main” java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory

混江龙づ霸主 提交于 2019-12-23 04:53:00
问题 I have tried to get this working for three days now in my project and created a simple project to test. I searched around very similar issues on here but didn't find anything that helped with how to solve the error I'm getting. I went even as far as reformatting my Fedora 25 as it works on a Windows 10 but still nothing. I have also enabled in both settings and other settings in Intellij-2016.3.4 annotation processing which according to other answers should have fixed it but, it doesn't

IntelliJ cannot find any declarations

帅比萌擦擦* 提交于 2019-12-17 22:29:19
问题 I completely uninstalled IntelliJ and have now reinstalled and imported my project. I imported using gradle and can see all of the files in my project present. However, when I open a file I can't find any declaration to go to by doing cmd + click. I have the Java 7 SDK setup, and I can't even go to the declaration of classes in my own project. Going to a Java core class like String or List doesn't work either. How can I enable the IDE to be able to find my classes? I'm on OSX Yosemite,

Intellij IDEA failed to run

落花浮王杯 提交于 2019-12-10 18:23:27
问题 I get an error every time I run my IDEA, seems like it is because I use 64 bit but running the IDEA of 32 bit. From what I've searched, it refers me to use idea64.exe, but where can I find it? 回答1: IntelliJ IDEA is now bundled with only 64-bit Java version. 32-bit JDK is not provided. If you install on the 32-bit system, there will be a checkbox in the installer to automatically download and configure 32-bit Runtime for IntelliJ IDEA. Installer also has the options to create both 32-bit and

how to run IntelliJ IDEA with JetBrains Runtime

倾然丶 夕夏残阳落幕 提交于 2019-12-07 01:50:30
问题 I'm trying to activate Ligatures a new feather in IntelliJ IDEA 2016.2 by following the instructions in this video but there are missing fonts and when using 64 version I get this hint. The JRE you are running IntelliJ IDEA with might have functional and performance issues related to ligatures support. To avoid such issues, run IntelliJ IDEA with JetBrains Runtime. this is the fonts list how can I make this feather work? 回答1: Maybe a bit late to answer this. Recently ran into same issue,

Precedence order among properties file, YAML file, and Command Line arguments in SpringBoot

孤街醉人 提交于 2019-12-05 15:19:36
问题 I have been using application.properties files since long in my Spring application. But recently I came across application.yaml files. What is the precedence order among all three and advantage (if there is one) of using individual. I know this might be silly question. but I am confused with their usages. 回答1: Spring Boot property resolution property order is described here. Use of application.properties and application.yaml is not expected. Use one format or the other but not both. Whichever

Control automatic creation of IDEA modules from Gradle sourceSets in 2016.1?

烈酒焚心 提交于 2019-12-05 07:08:45
Starting with IntelliJ IDEA 2016.1 , IDEA automatically creates IntelliJ modules from Gradle SourceSets ( link ). While I recognize that this was a major step forward for many reasons, it is also a major change for existing projects which relied on IDEA being source set agnostic. I currently get over 50 new modules that I don't want ... Do you know of a way to restore IntelliJ's old behavior? Is there a way to control how modules are created from source sets, for example by excluding a sourceset? I already checked the Gradle IDEA plugin docs but could not find a solution. I also tried this but

IntelliJ IDEA not “hyperlinking” to source files in Maven Run tool window

只谈情不闲聊 提交于 2019-12-04 13:45:48
问题 I have been using intellij for 2 years now and love it. however after updating to 2016.3.4 it stopped highlighting path locations in the run window. I used to be able to just click on the highlighted path and it would jump to the file and line. example of output from maven-checkstyle-plugin which should be "clickable" : [ERROR] C:\Users\userName\Documents\project.main\src\main\java\MyClass.java:36: Only one statement per line allowed. [OneStatementPerLine] This is extremely frustrating and