That's great news...

And given the increase of activity around jchevm, can we remember to prefix the subject line with [jchevm]... (I don't recall who started this thread... doesn't matter... just a reminder)

Ivan Volosyuk wrote:
Archie, I have made some progress with classlib adapter. Now eclipse
starts and opens main window, just as with gnuclasspath. It works even
faster then it. Of cause, a lot of functionality is still missing. Now
I found a jchevm issue which prevents eclipse from working both on gnu
classpath and using this adapter. Here is the eclipse code:

    private static void checkAccess() throws IllegalStateException {
        StackTraceElement[] elements=  new Throwable().getStackTrace();
        if (!(elements[2].getClassName().equals(EditorsUI.class.getName())
|| elements[3].getClassName().equals(EditorsUI.class.getName())))
            throw new IllegalStateException();
    }

This code checks access control in eclipse. The caller of the method
should be member function of class EditorsUI. As jchevm also reports
exception creation stack frames the access check doesn't work. I can
make a workaround in classlibadapter, but I think it should be better
fixed in the vm code, as the fix will work with gnu classpath too. If
you are too busy, I  can make this fix for jchevm.

Best regards,
--
Ivan

2006/5/30, Archie Cobbs <[EMAIL PROTECTED]>:
Weldon Washburn wrote:
> I tried to build Ivan's mods.  I get a bunch of javac compiler errors
> starting with, "java.lang.reflect.Constructor is not abstract and does
> not override abstract method isSynthetic()..."
>
> Unfortunately, I have zero time to spend on this project right now.  I
> looked at Ivan's mods.  They seem reasonable and valuable.  Please use
> your best judgement on applying the patches to the code.
>
> I don't want to slow down forward progress on the gnuclasspathadapter
> project.  It would be great if someone jumps in and take this project
> forward.

Thanks.. I'm too busy to do much too unfortunately but I'll take
a look as soon as time permits.

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to