java - How to see source code of particular class in eclipse? -


i want see source particular class. example, work junit , in code have line:

result result = junitcore.runclasses(myclasstest.class); 

i want see how implemented result class. possible?

i imported junit jar build path. using eclipse 3.6 helios.

multiple ways:

  • download sources , add them project build path
  • use maven , set download sources
  • use decompiler - example jd-eclipse

Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -