Running Eclipse 2.1 RC1 (Was: dl_iterate_phdr() deadlock patch)
Tom Tromey
tromey@redhat.com
Mon Mar 3 21:33:00 GMT 2003
>>>>> "Mark" == Mark Wielaard <mark@klomp.org> writes:
Mark> It is simple to import the Eclipse source into your own
Mark> project. And except for the verifier everything about 3.3 seems
Mark> to be ready to run (a precompiled) Eclipse out of the box.
I've had some luck compiling Eclipse with jikes. Also, Anthony
pointed out to me that you can compile the Eclipse java compiler with
gcj and then use that to build Eclipse. This approach is a bit of a
pain since you need to write some code to plug into ant.
Mark> java.lang.VerifyError: verification failed at PC 544 in
Mark> org.eclipse.core.internal.resources.Resource:move((Lorg.eclipse.core.runtime.IPath;ILorg.eclipse.core.runtime.IProgressMonitor;)V): incompatible type on stack
Mark> Should we offer a way to disable the verifier from the command line?
If the JDK does, I suppose we ought to. Other than that, I'd rather
not.
Mark> Or do you prefer to get the actual bug reports so you can hunt
Mark> down the actual cause?
Yes, please. I've investigated this bug before. It is a problem with
merging interface types. It's been on my "must fix" list since
forever -- no time :-(
Tom
More information about the Java
mailing list