I'm new to Java, I started to use it a year ago.
I was using IntelliJ IDEA Community Edition, but I decided to install the full version of it, and then something went wrong. It always stays in kind of "Decompiled" mode and does not allow to edit file or work with it. I reverted back to the Community Edition, but the problem did not disappear.
Can you please help me how to get to normal mode to work? Any help is appreciated.
It looks like you're opening the class files within the left hand navigation window. Find the source code instead (the .java
files) and open those instead - then everything should be normal.
(Look at home05\Solution.java
for example, instead of home05\Solution.class
...)
Please look at the "src" folder and not the "out" folder. The out folder in intellij shows the decompile version of the code.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With