• 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

eclipse: class search in jars

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

i am working with an application with millions of jar dependencies, which i are difficult to understand. for dependency breaking an understanding i would like to know which class is contained by an certain jar. further more i want to see whether a class is contained by multiple included jars.

my eclipse use case:
1)i am marking a class (in navigator,package explorer, source code or whatever)
2)running jar-find command
3)eclipse displays all .jar files which contain my marked class

thank you.
 
manuel aldana
Ranch Hand
Posts: 308
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i found it:

go for Ctrl+Shift+T.

Open Type dialog appears where you enter the class name. after that package identifier and jar destination get displayed.
reply
    Bookmark Topic Watch Topic
  • New Topic