Hi All,
I have installed eclipse and I am able to run any java file. When I am
trying to view the details of any class (by clicking ctrl + left click)
like System class, I am getting the following errors:
Unable to create part.
I am using JDK verson: 1.5.0._01, Eclipse Version: 3.0.1
What needs to be done.
Thanks in advance.
Regards,
Dhiren.
limingjun - 10 Jun 2005 03:32 GMT
You can not view the system class's source by this way.The source is
supplied independent.
catchdhiren@sify.com - 10 Jun 2005 04:01 GMT
Hi,
How can I view the class details. What's the way to view the source.
> You can not view the system class's source by this way.The source is
> supplied independent.
Richard - 10 Jun 2005 05:02 GMT
In JDK path(the default path is c:\progame
files\java\jdk1.5.0_3\),there is a src.rar,unzip it and view the source
you want.