beehive-lab / Maxine-VM

Maxine VM: A meta-circular research VM
GNU General Public License v2.0
323 stars 63 forks source link

mx ideinit fails #30

Closed Buenbk closed 2 years ago

Buenbk commented 2 years ago
root@67e2c13f62b0:~/maxine-src/maxine# mx ideinit
WARNING: IntelliJ SDK definitions not found

At first I found that the module dependencies are not been parsed by my IntelliJ. I have to mark each source root manually. I think maybe it's because the "max ideinit" is not executed successfully. Why it gave this warning? How to solve it?