How do you open a .class file in Netbeans? Of course, it doesn't have to be Netbeans, its just the java editor I use.
Offline
ProgrammingFreak wrote:
How do you open a .class file in Netbeans? Of course, it doesn't have to be Netbeans, its just the java editor I use.
![]()
I think you mean .java files. .class files are the compiled files, while .java files are the source code.
Offline
gbear605 wrote:
ProgrammingFreak wrote:
How do you open a .class file in Netbeans? Of course, it doesn't have to be Netbeans, its just the java editor I use.
![]()
I think you mean .java files. .class files are the compiled files, while .java files are the source code.
Yeah, I know. But I want to open certain .class files. Is there a way to?
Last edited by ProgrammingFreak (2011-10-04 16:45:16)
Offline