Questions tagged [eclipse-neon]

Neon is the code name for Eclipse 4.6 released on 22 June 2016. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag. Note that Eclipse Neon requires Java 8 to run. Neon.1, Neon.2, and Neon.3 are the code names for the 4.6.1, 4.6.2, and 4.6.3 fix releases.

Official site for Eclipse Neon: https://eclipse.org/neon

Help for Eclipse Neon: https://help.eclipse.org/neon

Note that Eclipse Neon requires Java 8 to run.

338 questions
0
votes
1 answer

Pushing from Eclipse to remote repository at specific location

I have a remote Git repository with approx. the following repository…
Drux
  • 11,992
  • 13
  • 66
  • 116
0
votes
0 answers

Eclipse Neon - Team Synchronize View - ALL results disappear after pushing "Remove from View" (Not only the selected entries)

After the upgrade from Eclipse Mars to Eclipse Neon I have the following problem: As soon as I push the button "Remove from View" at the Eclipse-View "Synchronize" all my synchronization results disappear. I have either to synchronize again or to…
Chisey88
  • 569
  • 6
  • 13
0
votes
1 answer

The type org.jfree.data.general.Series cannot be resolved

I have been updating my development environment to Eclipse Neon and introducing m2e to manage project dependencies. in one project the original (very old) versions of JFreeChart were not available on maven so I have put in the latest versions of…
gjwo
  • 175
  • 13
0
votes
0 answers

The type fuzzydl.exception.InconsistentOntologyException cannot be resolved. It is indirectly referenced from required .class files

I' m a beginner in JAVA and I'm developing a web application on Eclipse Neon, using Apache Tomcat. I write search.jsp file and this is a small part: <%@page import="cercaPattern.*, searchPattern.*,…
Salva
  • 467
  • 1
  • 5
  • 10
0
votes
2 answers

tomcat server does not start in eclipse

Whenever i try to run my servlet program on the server, it shows this error: Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use. The server may already be running in another process, or a system process…
0
votes
1 answer

Eclipse Neon Java proposals does not propose JavaFX classes

I am using Eclipse Neon with jdk-1.8.0_74. When typing public class HelloWorld { Label } and hitting Ctrl-Space after Label eclipse used to propose javafx.scene.control.Label (as well as other classes). It does no longer do so. The class…
rli
  • 1,745
  • 1
  • 14
  • 25
0
votes
0 answers

NoClassDefFoundError for Dagger-2 generated class, using Maven in Eclipse Neon Android

I am new to Dagger-2. Previously I have successfully tried Dagger-2 demo program. Now I want to try the same in Android. For that I have done the following: I have used Eclipse Neon for Android. In it I have installed "Android for Maven Eclipse" and…
0
votes
1 answer

Eclipse neon: different behavior for context menus ? Possible bug in eclipse v4.6.0?

JMSToolBox is an eclipse-rcp v4.5.2 based application. I tried to upgraded to eclipse v4.6.0 but found a problem with popups menu as follows: A part is defined in the e4 model as a Part Descriptor (PD). A popup menu is defined inside that PD On a…
titou10
  • 2,814
  • 1
  • 19
  • 42
0
votes
1 answer

Eclipse Scout Neon M6 button color not working

I have button with custom color in Neon version M5, like this : public class MyButton extends AbstractLinkButton { @Override protected String getConfiguredForegroundColor() { return "00B200"; } .... } Now when I update to…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

References in Workspace are collapsed

When I use ctrl+shift+G to find references for an object in eclipse, I will get a list of those, but they are collapsed like this: Why being collapsed? Those four occurences are method calls on the object. I expect to be able to see which method…
Anders Lindén
  • 6,839
  • 11
  • 56
  • 109
0
votes
1 answer

eclipse scout neon : Texts in extended project

I have extended project in eclipse scout neon, and I would like to know how to enable texts it this project. I copy Texts.nls file and create texts folder with Texts.properties inside. Auto create texts from code doesn't work and give me an error…
Marko Zadravec
  • 8,298
  • 10
  • 55
  • 97
0
votes
1 answer

Eclipse Neon (MAC OS), Static Web Project doesn't work (could not find JRE executable)

I am new to programming and webdesign. I started with Eclipse some months ago to learn Java. Everything works fine. When I tried today to run a Static Web Project on a HTTP Server Preview (like in that Tutorial…
-1
votes
1 answer

How to add image that depend on names in birt report?

I want to add image to my report that depend on names.If i choose a name Eg : "Michael", report wiil show up the information about him and his image.Do i have to use dynamic image? Please , give me any advice and Thank you.
-1
votes
1 answer

An error has ocurred. See the log file /User/workspace/.metadata/.log

I'm trying to install Eclipse Neon 3 in my MacBook with Mac Os X and in the installation process, after choose my workspace folder appears this message: An error has ocurred. See the log file /users/Documents/workspace/.metadata/.log When I enter…
-1
votes
1 answer

import user defined modules into pydev

I am a beginner to Eclipse neon + Pydev combo. Trying to use python modules I created into other modules I will be creating. For a start, I was going to use TKinter tutorial program outlined…
sdidde
  • 1
  • 3
1 2 3
22
23