Open Editors
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
September 2023 | 295/663 | 46 (0.02%) | 7 |
August 2023 | 280/673 | 49 (0.02%) | 7 |
July 2023 | 286/669 | 45 (0.02%) | 5 |
June 2023 | 306/670 | 41 (0.01%) | 8 |
May 2023 | 342/672 | 34 (0.01%) | 9 |
April 2023 | 286/668 | 55 (0.02%) | 12 |
March 2023 | 314/688 | 52 (0.01%) | 9 |
February 2023 | 316/668 | 42 (0.01%) | 15 |
January 2023 | 338/677 | 35 (0.01%) | 13 |
December 2022 | 359/805 | 35 (0.01%) | 15 |
November 2022 | 349/808 | 43 (0.01%) | 18 |
October 2022 | NA | 44 | 9 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Tuesday, October 3, 2023 - 15:14
Reviews Sign in to post reviews
eclipse hangs up
Submitted by Oscar Barrofet Benedi on Wed, 2020-06-10 02:45
Hello,
I have tried with Eclipse Version: 2020-03 (4.15.0)Build id: 20200313-1211 and java openJDK JDK13 and eclipse hangs up when i invoke the open call hierarchy.
Works ! Stable.
Submitted by Nikita Gromov on Tue, 2020-02-04 04:21
Have just set up this plugin. It works well. Thank you!
Eclipse 4.8 + OpenJDK11 + Windows10
Will try the same on my Mac today.
View does not show up
Submitted by Stefan Pachner on Mon, 2019-11-11 10:36
Hi,
I installed via marketplace into 2019-09 R (4.13.0), but Open Editor view does not show up. There is a comment that I should use JDK11. My Mac has installed jdk1.8.0_111.jdk. I do not understand how to get from 1.8 to 11?
regards
spachner
Re: View does not show up
Submitted by Andreas Stange on Mon, 2019-11-11 14:40
It is correct that with Java 8, the view will not show up.
I don't have a Mac, but I think you should be able to download OpenJDK for MacOS from here: https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot
Afterwards, you have to configure this JDK in the file eclipse.ini of your Eclipse installation. Therefor, use the -vm option, as explained here: https://wiki.eclipse.org/Eclipse.ini#Specifying_the_JVM
Re: Re: View does not show up
Submitted by Stefan Pachner on Mon, 2019-11-11 16:20
Perfect, installed JDK13 via brew:
And added
to /path/to/Eclipse.app/Contents/Eclipse/eclipse.ini
Now I do have Open Editors working :-)
Many thanks!
spachner