I downloaded the code 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 canonical class name: org.eclipse.core.runtime.ISafeRunnable
. But no matter how many jar files start with org.eclipse.core.runtime
, I add builds to my path, none of them contain ISafeRunnable
!!! Please help me!!!!
source share