facebook

References doesnot work

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

    jadeite1000
    Member

    Hi All:

    I am using MyEclipse Version: 6.5.1 GA Build id: 6.5.1-GA-20080715.
    I double click on the method name “init”

    java code:
    public static void init(String dir) {
    try {
    SchedulerFactory schedFact = new org.quartz.impl.StdSchedulerFactory();

    Scheduler sched = schedFact.getScheduler();

    }
    catch(Exception ex) {
    logger.error(ex);
    }
    }

    And right click on the hightlight code “init” and choose “references/project” and the search result doesnot show me which java class and method call the init method of the java class JobScheduler.

    Or double click on “init” and choose menu “Search/References/Project” and still doesnot get the result.

    I did the above steps in Eclipse 3.2 and it works with no problem.

    Is there some kind of settings I need to change in my project in myEclipse to make references works?

    Yours,

    Frustrated.

    #288052 Reply

    Loyal Water
    Member

    You said this worked with Eclipse 3.2. Did you search the same project and the same workspace with 6.5?

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: References doesnot work

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