intellij-idea

eclipse intellij can use Github for same project

南笙酒味 提交于 2020-08-25 07:56:11
问题 Is it possible to create one project in GitHub, and two teams who are using different IDE like Eclipse and Intellij can configure project with github and can work simultaneously on same project? I have searched it but not able to find proper solution for it. 回答1: Yes, you even can version: your .project and .classpath (eclipse) and your .idea folder (intellij) And both set of IDE-specific files would ignore each others: one could use the Eclipse settings without realizing there is an IntelliJ

JavaFX and Maven in Intellij: JAVA_HOME set but “Unrecognized option --module-path” error persisting

有些话、适合烂在心里 提交于 2020-08-23 07:31:57
问题 Using Maven and JavaFX in Intellij (2019.1). I have been following this tutorial. I have a curious error that keeps occurring - every time I keep running the javafx:run plugin, it fails, giving this error: Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. Unrecognized option: --module-path However, when I put the executable in the javafx-maven-plugin ( <executable>"C:\Program Files\Java\jdk-12.0.1\bin\java.exe"</executable> ) it works.