eclipse-platform / .github

Common contribution content for eclipse-platform repositories
https://www.eclipse.org/eclipse/
4 stars 10 forks source link

[win][21]Eclipse does not start anymore #173

Closed jukzi closed 7 months ago

jukzi commented 7 months ago

I just got an windows update and now my eclipse workspace does not start anymore after workspace select: image this error window pops up: image the logfile contains only !SESSION !SESSION !SESSION !SESSION !SESSION !SESSION !SESSION

jukzi commented 7 months ago

only happens with -vm C:/Program Files/Java/jdk-21/bin,

C:\Program Files\Eclipse Adoptium\jdk-17.0.8.101-hotspot\bin still works

merks commented 7 months ago

Maybe you can reproduce it with a debug launch? Maybe launching with -debug will give more details? Or with -consoleLog using eclipsec.exe.

jonahgraham commented 7 months ago

Do you know which Windows update it is (e.g. KB #)? If you start eclipsec from a console I hope you may see a JDK error message

Bananeweizen commented 7 months ago

I'd try downloading and unpacking the 21 JRE again, and closely monitoring the virus scanner logs. I've seen it so many times that virus scanners removed a file from an application after signature updates (which are included in Windows updates).

jukzi commented 7 months ago

With -debug the logfile is still empty, but exceptions are shown on console: image looks like JDK was indeed destroyed somehow

Closing as non-eclipse. Thanks for the help, guys!

jukzi commented 7 months ago

works after repairing JDK