Questions tagged [eclipse-project-file]
19 questions
0
votes
0 answers
Start existing Java-program in VS Code
I want to start an existing Java-program. I use Ubuntu 18.04, VS Code and installed openjdk-11-jdk. I installed the java extension pack as adviced on this site : https://code.visualstudio.com/docs/languages/java.
I created a new project and…

Florian Brinkmeyer
- 103
- 5
0
votes
0 answers
list of all files in project-eclipse
I am devloping a plug-in for eclipse that present metrics of Xtext-project.
I should present at in two levels : Xtext file and the all project.
in order to get details about the file I am using the following code in order to extract the Xtext file…

Matan
- 109
- 2
- 13
0
votes
0 answers
Toolbar item misplaced after upgrading eclipse
I had some plugins which was developed in Eclipse Indigo (3.7).
Now i wanted to update my Eclipse to Luna (4.4.2).
After some clearing issues, I got my product.
But now the problem is menu bar item are misplaced.
In the below image I have shown how…

Pradeep Kumar
- 1
- 3
0
votes
0 answers
Removing a gradle or groovy project configuration in Eclipse
I imported some Eclipse projects and one is randomly got a Gr and the other a G on the icon for the project in the Navigator in Eclipse. If I right click on the project I see that I can configure these projects to Maven or Grails or Faceted Form. I…

smuggledPancakes
- 9,881
- 20
- 74
- 113