facebook

Finding all instances of a class in a project?

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #324398 Reply

    davout
    Participant

    I have a problem with a Spring web project that uses a variety of underlying user libraries. I’m getting a ‘Validator’ class cannot be found error when I try to run the web app.

    I’m pretty certain that a Validator class is on the classpath, but I was wondering if there is a facility in MyEclipse that can show me all the instances of a class and its descendants that are either within the project source code or in one of the jars used by the project?

    #324416 Reply

    support-swapna
    Moderator

    davout,

    Sorry that you are seeing this issue.

    You can use Open Type (Ctrl+Shift+T) to find all occurrences of the class in the project and in the jars it references.

    Please recheck if the jars are in the Build Path.

    Let us know if you see any issues.

    #324432 Reply

    davout
    Participant

    how do I verify something is on the classpath?

    Inside MyEclipse R10 when I open the ‘Project/Properties’ form I see all the jars under the ‘Java build path’ panel.

    @support-swapna wrote:

    davout,

    Sorry that you are seeing this issue.

    You can use Open Type (Ctrl+Shift+T) to find all occurrences of the class in the project and in the jars it references.

    Please recheck if the jars are in the Build Path.

    Let us know if you see any issues.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Finding all instances of a class in a project?

You must be logged in to post in the forum log in