1

I'm new in java ...I have this when used break point in the code

source not found .....> Edit source look up path

enter image description here

then i added src.zip of Jdk1.6.0_38 for rt.jar by windows>preferences>installedJRE>source attahchment of rt.jar

and got this after i returned to breakpoint enter image description here

I'm on ubuntu 12.04 and eclipse Kepler

what can i do to solve this ?

user1
  • 501
  • 2
  • 9
  • 24

1 Answers1

0

add the source (jar file which contains your class) in the debug configuration

Debug as> Debug Configurations> Source > Add

Abhishek
  • 878
  • 12
  • 28