I have downloaded a code that was written on the Eclipse platform, and I want to compile it, but one of the jar files that I include, uses a class called ISafeRunnable, and the class’s canonical name is:
org.eclipse.core.runtime.ISafeRunnable. But no matter how many jar files starting with org.eclipse.core.runtime I add to my build path, none of them contains ISafeRunnable!!! Help Please!!!!
I have downloaded a code that was written on the Eclipse platform, and I
Share
Would it help if you import
org.eclipse.equinox.commonas well? Check this thread, for example: