• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Attaching source files to a JAR file

 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

I am using websphere studion application developer integration edition . How to attach source files to a JAR file for navigating thru the code?

i followed this procedure

1.select properties by right clicking the project
2.select java build path
3.select libraries tab
4.click attach source
5.locate the source jar or zip file.

even after doing these steps source is not displayed.

what is the reason?

thanks,
ajay.
 
Ranch Hand
Posts: 111
Mac Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You have to select the JAR file for which you want to add the source, right-click on it, select properties, go to "Java Source Attatchment" section and add the external file or the folder. That will attatch the cource with tha JAR file.

Hope this helps.
reply
    Bookmark Topic Watch Topic
  • New Topic