5

Yep, IntelliJ is definitely worth $60/month. Look at this feature where it can’t create a java class.

Seriously, if I am paying money for this, it shouldn’t perform worse than a free IDE. Are you sure you IntelliJ fans aren’t just experiencing Stockholm Syndrome? Because your IDE is so god awful it’s sad.

Comments
  • 0
    thank you, finally someone else
  • 3
    Have you tried running it on anything else than Windows 95? 😏
  • 1
    @JoshBent that’s Windows 7 actually. It’s a work workstation.
  • 1
    never seen that error 😐
    Solution:
    - best case: nuke .idea folder in your project and reimport the project
    - worst case: if the previous solution does not work reinstall IDEA and check for bad sectors/blocks on your HDD/SSD
  • 0
    @D3add3d it ended up being a JDK update that software services pushed the night before.
  • 1
    @deusprogrammer ah, yes... JetBrains always needs a week or two(or a month) to update IDEA to work with latest JDK
  • 1
    @D3add3d I mean, it was just JDK 1.8. The Eclipse install survived. I ended up having to add vmoptions to the command line for ignoring trailing slashes.
  • 0
    @deusprogrammer what VM opts would that be?
Add Comment