R
Raous
I have a .class file, not a .java file.
After I imported it to my Eclipse Project,
I had no idea to use it.
I put
import foo;
but eclipse doesn't recognize 'foo' as a class name.
How can I use a .class file?
Do I need its source file?
After I imported it to my Eclipse Project,
I had no idea to use it.
I put
import foo;
but eclipse doesn't recognize 'foo' as a class name.
How can I use a .class file?
Do I need its source file?