🎉 Eclipse IDE 2021-06 is released today, with tons of nice improvements! 🎉 📥 eclipse.org/downloads/pack… or Help > Check for Updates 🆕 eclipse.org/eclipseide/202… 🎥 youtube.com/watch?v=nhDN0L… (🙏 @howlger ) 🙏 to hundreds of contributors who have made this happen!
@EclipseJavaIDE @howlger When can native support be expected for macOS on Apple silicon (M1 Macs)?
@EclipseJavaIDE @howlger Hope night mode improve in this version
@EclipseJavaIDE @howlger From a fresh install, this exception occurs java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int) throws java.lang.ClassFormatError accessible: module java.base does not
@EclipseJavaIDE @howlger I may be shot in the face for saying this, but the reason I know so little about git commands is because the Eclipse UI git integrations works so well. Glad to see more improvements there too.
@EclipseJavaIDE @howlger Sounds good. But I stick with @intellijidea
@EclipseJavaIDE @howlger Just had my application crash with a VerifyError on a simple switch statement. Can anyone reproduce this? stackoverflow.com/questions/6919…
@EclipseJavaIDE @howlger I hope that new "Operand factorization clean up" actually replaces (X && Y) || (X && Z) with (X && (Y || Z)) and not (X && (Y || Y)). 😉 eclipse.org/eclipse/news/4…