Open Editors
Details Group Tabs
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
May 2022 | 321/795 | 50 (0.01%) | 16 |
April 2022 | 348/817 | 45 (0.01%) | 14 |
March 2022 | 384/820 | 43 (0.01%) | 9 |
February 2022 | 382/819 | 34 (0.01%) | 8 |
January 2022 | 339/817 | 47 (0.01%) | 14 |
December 2021 | 361/811 | 41 (0.01%) | 21 |
November 2021 | 432/822 | 27 (0.01%) | 14 |
October 2021 | 375/826 | 40 (0.01%) | 17 |
September 2021 | 442/830 | 26 (0.01%) | 31 |
August 2021 | 398/818 | 32 (0.01%) | 14 |
July 2021 | 387/826 | 37 (0.01%) | 19 |
June 2021 | 443/842 | 28 (0.01%) | 4 |
Unsuccessful Installs in the last 7 Days: 0
Download last 500 errors (CSV)Thursday, May 26, 2022 - 11:34
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