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
4
votes
1 answer

Stanford CoreNLP - Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

I am trying to run simple program available on this website https://stanfordnlp.github.io/CoreNLP/api.html My Program import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.FileNotFoundException; import…
jitendra korde
  • 445
  • 1
  • 6
  • 11
4
votes
1 answer

Glassfish not importing mysql jdbc properly

I am trying to update my development environment from Eclipse Luna to Neon. I have cloned a Git repository of a jersey-quickstart-webapp and it is now deploying correctly. However, when I try to access the application from the webpage, it throws the…
Tom O'Brien
  • 1,741
  • 9
  • 45
  • 73
4
votes
1 answer

Every time I start/restart Eclipse it changes the Text File Encoding to Other: UTF-8 instead of the Default (Cp1252)

so I have been reading and trying all the options I have found online with no success. The Problem: Every time I start/restart my Eclipse (Neon 4.6.2) the encoding is set back to Other: UTF-8 (I want it to be the Default Cp1252). Screenshot. I have…
Argh
  • 63
  • 8
4
votes
1 answer

Python- How to auto-generate UML diagrams from python code

Is there any plugin for generating UML diagrams from python code. I found one- pyUML. I have downloaded it from here, but how to install it to get it working with eclipse. And except this, are there any other options(plugins) which can generate UML…
ujjawl saini
  • 133
  • 3
  • 15
4
votes
1 answer

C++ - undefined reference to `__gxx_personality_seh0'

I am having an issue when trying to build my C++ application in Eclipse (neon.2). This application is simply supposed to create a file, print the numbers 15-210, save the file, then close. This is the error I am getting each time I try to build…
crackedact0r
  • 59
  • 1
  • 7
4
votes
3 answers

Can not share new project with Subversive SVN in Eclipse Neon

I just downloaded a fresh Eclipse JEE Neon.1a Release (4.6.1) on my Windows 10 machine. I went to the marketplace to get the latest Subversive SVN Team Provider 4.0.2. Trying to install results in the Message: The following solutions are not…
Thomas
  • 620
  • 7
  • 19
4
votes
1 answer

Should I Uninstall Eclipse, or Just Install a New Version on Top?

To preface, I am a student and have limited experience with IDEs. My situation is that I currently have two versions of Eclipse on my machine (OSX El Capitan), one being a C/C++ IDE (Mars) and the other is a Java IDE (Mars.2). I am interested in…
Mink
  • 857
  • 2
  • 11
  • 24
4
votes
2 answers

How to work around Eclipse neon 4.6 removal of org.eclipse.core.runtime.compatibility

Eclipse Neon (4.6) release removed org.eclipse.core.runtime.compatibility, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=476405 where this was mentioned. Several of our plugins depend on this, and now will not install into this version of…
3
votes
1 answer

Loading descriptor error in Eclipse Neon 3

I found several questions in stackoverflow asking the same issue but none of them have a proper solution I have created a Demo dynamic project in Eclipse.Now it shows an error message An internal error occurred during: "Loading descriptor for…
Sandeep P Pillai
  • 753
  • 1
  • 4
  • 22
3
votes
0 answers

Eclipse auto-import not working anymore

I use Eclipse Neon (on Mac OS) and work primarily with libgdx right now. When I need to import some classes I do the CMD+Shift+O routine normally. A non-libgdx class is imported fine, a libgdx class is only imported when I do it manually, so the…
Lukas__
  • 93
  • 10
3
votes
0 answers

Critical error while starting Eclipse (neon-3-linux-gtk-x86_64) for Java EE developer

First of all, I tried to run eclipse (eclipse-jee-neon-3-linux-gtk-x86_64) normally. Each time, it showed a splash screen for few seconds and disappers. Then I check with terminal. Running in the terminal with command ./eclipse prints the error…
Nalin Adhikari
  • 586
  • 2
  • 6
  • 15
3
votes
7 answers

unable to install subclipse with Eclipse neon3 64 bit on Windows 7 64-bit

I am trying to install Subclipse plugin from Eclipse Marketplace on Windows 7 64 bit Enterprise version on Eclipse Neon 3, 64 bit version. Unable to read repository at…
Rahul
  • 51
  • 1
  • 1
  • 5
3
votes
1 answer

WorkbenchWindowControlContribution isn't fully shown in Eclipse Neon

After switching to Eclipse Neon I noticed that WorkbenchWindowControlContribution's aren't fully shown. There weren't any problems with them in Eclipse Mars. A simple item consisting of a Label and a Text looks so in Neon: The code of the item is…
ka3ak
  • 2,435
  • 2
  • 30
  • 57
3
votes
1 answer

How do I rebuild after deleting the release folder in Eclipse?

I deleted the release folder which was generated by eclipse (CDT) when I first built my project; but now when I try rebuilding the sources, eclipse does not regenerate the complete release folder along with the make files. Rather, it reports the…
Sreram
  • 491
  • 1
  • 9
  • 22
3
votes
1 answer

How to find out why Eclipse Xhtml Editor hangs

I am using Eclipse Neon.1 on Windows 10 with Redhat JBoss Developer Studio to work on a JavaEE 7 Project running on Wildfly 10 via jdk1.8.0_25. The Project has about 20.000 lines of Java source and also about 20.000 lines of .xhtml source code.…
1 2
3
22 23