Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Locating the jar file.
Locating the jar file. [message #505] Fri, 18 April 2003 12:51 Go to next message
Eclipse UserFriend
Originally posted by: Mark.home.com

HI folks,
I've an outdated rogue jar file in my system and I can't seem to
locate it. How can I retrieve the physical path location of the jar file
that contains my class from Code?

Thanks,
Mark.
Re: Locating the jar file. [message #556 is a reply to message #505] Fri, 18 April 2003 16:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: genadyb.inter.net.il

Try "java -verbose:class"
It will show where the classes are loaded from.

Genady


Mark wrote:
> HI folks,
> I've an outdated rogue jar file in my system and I can't seem to
> locate it. How can I retrieve the physical path location of the jar file
> that contains my class from Code?
>
> Thanks,
> Mark.
>
>
Re: Locating the jar file. [message #578 is a reply to message #556] Fri, 18 April 2003 18:43 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: mark.home.com

Thanks Genady,
But I'm running jboss and I daresay this would produce an enormous
amount of data. Surely there has to be some way of retrieving this kind of
information from the classloader.

Thanks,
Mark.

wrote:

> Try "java -verbose:class"
> It will show where the classes are loaded from.

> Genady


> Mark wrote:
> > HI folks,
> > I've an outdated rogue jar file in my system and I can't seem to
> > locate it. How can I retrieve the physical path location of the jar file
> > that contains my class from Code?
> >
> > Thanks,
> > Mark.
> >
> >
Re: Locating the jar file. [message #602 is a reply to message #578] Fri, 18 April 2003 21:12 Go to previous message
Eclipse UserFriend
Originally posted by: genadyb.inter.net.il

I see you got an answer in eclipse.tools group.
Does it work? (I was not aware of that part of the Java API)

Genady

mark wrote:
> Thanks Genady,
> But I'm running jboss and I daresay this would produce an enormous
> amount of data. Surely there has to be some way of retrieving this kind of
> information from the classloader.
>
> Thanks,
> Mark.
>
> wrote:
>
>
>>Try "java -verbose:class"
>>It will show where the classes are loaded from.
>
>
>>Genady
>
>
>
>>Mark wrote:
>>
>>>HI folks,
>>> I've an outdated rogue jar file in my system and I can't seem to
>>>locate it. How can I retrieve the physical path location of the jar file
>>>that contains my class from Code?
>>>
>>>Thanks,
>>>Mark.
>>>
>>>
>
>
>
>
>
Previous Topic:Looking to hire a tools contractor: Redwood City, CA
Next Topic:simple type name -> fully-qualified type name?
Goto Forum:
  


Current Time: Sat Jul 13 18:39:58 GMT 2024

Powered by FUDForum. Page generated in 0.04626 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top