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

Hibernate tools reverse engineering is not working

I'm using Hibernate tools (JBoss Tools 4.4.0.Final) in Eclipse Neon. Now I want to reverse engineer the database tables into POJO objects and Hibernate mapping files. I followed some tutorials on how to setup Eclipse to generate the POJO objects.…
JimmyD
  • 2,629
  • 4
  • 29
  • 58
0
votes
1 answer

Eclipse Neon unable to view jar file in package explorer

I am unable to browase and view content of jar files in package explorer in Eclipse Neon. Now everything I've seen says that Package Explorer will allow me to view the contents of a Jar file. My experience with previous versions of Eclipse confirm…
mister270
  • 366
  • 1
  • 15
0
votes
1 answer

Eclipse with Roku plugin: editor unusably slow

Eclipse editor taking too much time or hanging when any action perform like save or copy, paste.. I am working on Roku platform with bright-scripts. i3 system 8GB RAM
Sameer
  • 91
  • 2
  • 7
0
votes
2 answers

Cannot use declared JList - eclipse

I work with WindowBuilder and got a JFrame. I have already declared and put in a JList called dataset_list: JList dataset_list = new JList(); dataset_list.setSelectionMode(ListSelectionModel.SINGLE_SELECTION); …
geisterfurz007
  • 5,292
  • 5
  • 33
  • 54
0
votes
0 answers

Why does Eclipse think this project is broken?

Not the red 'X' decorating the Project Name in the Project Explorer window, at the top left of the screen snippet. I expanded all the folders and there are no other error indicators. The code has no red squiggles. When I execute the project I do…
nicomp
  • 4,344
  • 4
  • 27
  • 60
0
votes
1 answer

Eclipse neon installer hangs

Eclipse Neon installation is different from earlier eclipse versions when you could download everything at once. Now Eclipse installer is a program that starts to download. Every time I tried to install from different computer from different places,…
Jorge Sanchez
  • 1,619
  • 1
  • 13
  • 14
0
votes
1 answer

Eclipse Neon breaks Post-Build with custom exe

In one of my previous questions i asked how to use a custom exe in a post build step in Eclipse Mars.2, this worked flawlessly until i upgraded to Eclipse Neon. How it looks in…
Bregell
  • 139
  • 10
0
votes
1 answer

Newly created PyDev Project not showing up in Eclipse Neon PyDevPackage Explorer

I just installed Eclipse Neon. I also have Eclipse Mars still lying around on my system. When I opened Neon it asked if I wanted to convert my workspace and I did. So I installed PyDev through Help/Install on Neon and now I go to File/New/PyDev…
demongolem
  • 9,474
  • 36
  • 90
  • 105
0
votes
1 answer

How to install Apache Directory Studio in Eclipse Neon

I cannot find how to install Apache Directory Studio under Eclipse Neon. It looks like this project requires an update. Do you have more information about this? Regards Ignacio
IgnacioHR
  • 568
  • 4
  • 20
0
votes
1 answer

Robot Framework IDE for Eclipse is not working - Editor could not be initialized - java.lang.NullPointerException

I installed the plugin Robot Framework Editor ( https://github.com/NitorCreations/RobotFramework-EclipseIDE ) for my Eclipse Neon on a Linux Virtual Box. But when I open an robot framework script, I get this message error: Editor could not be…
0
votes
0 answers

Groovy TupleConstructor weirdness with Eclipse

I have the three following classes that all form an inheritance hierarchy with each other: @Canonical class Widget { String author } @Canonical @TupleConstructor(includeSuperProperties = true, callSuper = true) class FileWidget extends Widget…
smeeb
  • 27,777
  • 57
  • 250
  • 447
0
votes
1 answer

Bluemix essentials Eclipse Neon Enide.p2f NodeEclipse 1.0.1 / 1.0.2 Unhandled event loop HTTP Server Unknown code 499 404 compositeContent.xml

I'm trying to do IBM Bluemix essential course. As per the course instructions, I installed Eclipse (I initially got latest Eclipse version Neon instead of Mars but tried both Mars and Neon as of now for installing NodeEclipse .17, 1.0.1 or 1.0.2 or…
AKS
  • 16,482
  • 43
  • 166
  • 258
0
votes
1 answer

How do I resize buttons on windowbuilder eclipse IDE?

So I just installed window builder for eclipse neon, and when I added some components to the frame; I wasn't able to resize them, I was limited to north,south,east,west, and center. Any ideas on how to resize these components?
0
votes
1 answer

space doesn't push words in java eclipse when editing

I am trying to edit codes in java eclipse neon but i cant push words using the space button but instead it over rights the next letters. how do i fix this. For instance if i want to type the word new between the word Object and rowData[][] in the…
Omari Victor Omosa
  • 2,814
  • 2
  • 24
  • 46
0
votes
0 answers

Eclipse Neon - cursor jumps, view disappears

I downloaded and installed Eclipse Neon yesterday on my MacBook Air. If I start programming and click randomly in the editing area the whole Java view magically disappears and I am only left with a grey area. Only when I click the view on the very…