+ 1
How to open .class and .java files of java ?
I wanted to complete my Course Project and I am not able to open the .class and .java files Can someone help me regarding this ?
9 ответов
+ 5
.class can't be opened easily because it is binary you need popular ide like intellij idea and decompile it but do java you can simply open with notepad
+ 3
Use a text editor to open it. Notepad for Windows, TextMate for Mac.
+ 2
Notepad should be able to open .java files. I think your source code has been corrupted.
+ 1
No, I am not able to open using notepad.. I tried.
+ 1
I tried using decompiler but still it isn't working
+ 1
I am not sure about notepad but vscode definitely can open .java file
+ 1
0
What is the error code
0
Ok