Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [imp-dev] Eclipse org.eclipse.core.runtime issue

Its eclipse 3.5 (galilieo) and i have included this jar but probelm persists.

On Mon, Feb 22, 2010 at 7:28 AM, Jin Mingjian <jin.phd@xxxxxxxxx> wrote:
which version of eclipse you're targeting with? not include the "org.eclipse.core.jobs" plugin?


2010/2/21 lehmia kiran <lehmia@xxxxxxxxx>
IJavaProject javaProject = JavaCore.create(project);

I have imported following plugins
import org.eclipse.core.resources.IProject;
import org.eclipse.core.runtime.*;

but its giving me error
"The type org.eclipse.core.runtime.jobs.ISchedulingRule cannot be resolved. It is indirectly referenced from required .class files"

how to solve this problem as i have imported org.eclipse.core.runtime.*; but still its giving me error.Any help??
its urgent as i have to deliver functionality by tomorrow, n this error dun allow me to proceed.

Regards
Lehmia kiran
_______________________________________________
imp-dev mailing list
imp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/imp-dev



_______________________________________________
imp-dev mailing list
imp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/imp-dev



Back to the top