| Author |
inbuild classes shows only filename.class why ?
|
Prabhat Ranjan
Ranch Hand
Joined: Oct 04, 2006
Posts: 361
|
|
Hi,
If we click on object of SQLEception or any inbuild Class , then it shows us filename.class but class file is visible to us same as java source with filename.java!
Why so ?
Regards,
Prabhat
|
 |
Hunter McMillen
Ranch Hand
Joined: Mar 13, 2009
Posts: 490
|
|
You question is really confusing, can you try to explain it a little more clearly?
Hunter
|
"If the facts don't fit the theory, get new facts" --Albert Einstein
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32654
|
|
|
How are you displaying these files? Are you using an IDE?
|
 |
Prabhat Ranjan
Ranch Hand
Joined: Oct 04, 2006
Posts: 361
|
|
|
yes Eclipse
|
 |
Seetharaman Venkatasamy
Ranch Hand
Joined: Jan 28, 2008
Posts: 5575
|
|
If you dont want to see the source file insteadof class file, then go to build path of the project, expand JRE system library, now expand rt.jar-->selet source attachment then remove.
actually eclipse has some in-build functionality to show you the source when you click the corresponding classes in source files, if you attached the source to the jar.
|
 |
Prabhat Ranjan
Ranch Hand
Joined: Oct 04, 2006
Posts: 361
|
|
|
yes you are correct
|
 |
 |
|
|
subject: inbuild classes shows only filename.class why ?
|
|
|