• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

About Hiding Jar files

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

I am using myeclipse as my IDE. Whenever we are trying to ad struts capabilities into our project it will add some jar files to ->WEBINF->lib directory.

But these .jar files will show in our package explorer view. I wish to keep all these .jar files into the ->lib only.

I know the way using filters. I am asking that is there any other way while adding the Struts capabilities, just want to hide the .jar files I want only, not the whole .jar files in the project.

If anyone know please help me.

Regards,
ARUN
 
author & internet detective
Posts: 41967
911
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Arun,
This sounds like an Eclipse question rather than a Struts one. Moving to our IDEs forum.
 
Jeanne Boyarsky
author & internet detective
Posts: 41967
911
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Arun,
I think it's an all or nothing - you can filter them all out or just some. I waited a day to reply to see if people had ideas otherwise.
 
Arun R. S. Chandran
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jeanne,

I saw this in one project. That's currently I am working. But I don't know who created this. Actually this project is using, Struts,Spring and Hibernate frameworks. But only one jar file, that's used for hibernate is shown outside. Also this one is taken from JBoss. So I can't see the jar files for Struts, Spring or Hibernate frameworks. That's why I asked this question.
If any idea you got please share. It'll be useful.

-Thank you
 
Jeanne Boyarsky
author & internet detective
Posts: 41967
911
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Recent versions of Eclipse only list out the jars not referenced by the project directly. the others are shown in a referenced libraries folder. Could that have been what you were seeing?
 
They gave me pumpkin ice cream. It was not pumpkin pie ice cream. Wiping my tongue on this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic