Can't compile a java 9 project in IntelliJ IDEA with module-info - intellij-idea

Can't compile a java 9 project in IntelliJ IDEA with module-info.
Create a project
Add module
Create a class with with a main (without module-info.java it runs)
Add Module-info.java
Run Main Fails
Configuration
Module-info
module httpexample {
}
Error
Error:(1, 1) java: file should be on source path, or on patch path for module
Intellij Version
IntelliJ IDEA 2017.1.2
Build #IU-171.4249.39, built on April 25, 2017
JRE: 1.8.0_112-release-736-b16 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.11.1

It appears to be a new issue caused by Java 9 update 166, I've reported it in YouTrack, please follow for updates:
IDEA-172212 Compile Error under JDK9-167

I am using IntelliJ EAP 2017.2 build 1909.2 and this is not an issue anymore

I have installed IntelliJ 2017.2 EAP and JDK 9 build 169 and opened my module system projects and it works fine, now my system info is:
IntelliJ IDEA 2017.2 EAP
Build #IU-172.2103.15, built on May 12, 2017
IntelliJ IDEA EAP User
Expiration date: June 11, 2017
JRE: 1.8.0_152-release-845-b3 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.12.4

Related

IntelliJ IDEA can't show some code characters on a regular basis

As you can see, in my IntelliJ IDEA, some code characters were hidden on the editor. After restarting the IDE, the problem will be solved occasionally. Why did it happen?
Issue:
IDE and OS:
IntelliJ IDEA 2017.1.2
Build #IU-171.4249.39, built on April 25, 2017
JRE: 1.8.0_112-release-736-b16 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.13.3
Note:
I've tried to switch IDE boot JDK to oracleJDK, it seems to solve the problem mentioned above, but some of the features of the IDE have failed :(

IntelliJ new settings sync

IntelliJ added in IntelliJ IDEA 2017.3 EAP an integration to store the settings configuration in their own store, instead of using a GitHub repo as I am doing now.
The only problem is that I can't find the "Gear Icon" in the "Status Bar" to set that in IntelliJ even if I am on:
IntelliJ IDEA 2017.3 EAP (Community Edition)
Build #IC-173.3531.6, built on October 31, 2017
JRE: 1.8.0_152-release-1024-b6 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.12.6
How can I resolve that?
This is because this feature is only available in the Ultimate Edition

Not able to view Dotty option while creating scala project in Intellij IDEA

I have Intellij IDEA. Below are the details about it.
IntelliJ IDEA 2017.2.5
Build #IU-172.4343.14, built on September 26, 2017
Licensed to Rajkumar Natrajan
JRE: 1.8.0_152-release-915-b12 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Mac OS X 10.12.6
I have latest scala plugin for IntelliJ installed as well.
But when I try to create the dotty project using the documentation here, I couldn't see the option. Below is the screen shot.
Do I miss any settings?
Choose SBT first, then on the next step you will be able to select Dotty:
Related ticket.

IntelliJ Idea - TypeScript + JSPM support

My IntelliJ Idea does not resolve TypeScript modules that I installed via JSPM.
For example angular2 is not found.
Is there a way to get support for those imports?
I am using this version of IntelliJ Idea:
IntelliJ IDEA 2016.1.1
Build #IU-145.597, built on March 29, 2016
JRE: 1.8.0_76-release-b18 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
There is already a feature request posted in the JetBrains Youtrack targeting the JSPM support.

Analysis error, but compilation successful

My compilation (gradle compileJava is successful). Even Build->Make Project does not show any errors. However there is one Java file, which is showing an Analysis error 1 Error found and I get the below error in the balloon message.
Ambiguous method call. Both
apply(SpringSocialConfigurer) in AbstractConfiguredSecurityBuilder and
apply(SpringSocialConfigurer) in AbstractConfiguredSecurityBuilder match
My IntelliJ version and other details below
IntelliJ IDEA (Community Edition) IC-144.4199.23
Build #IC-144.4199, built on February 19, 2016
JRE: 1.8.0_40-release-b132 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
I had the same issue. Upgrading to newest version of IDEA solved the problem.
I have now Idea Community Edition, build: IC-145.597.3, and this is fixed.