Questions tagged [eclipse-2019-03]

Eclipse SimRel 2019-03 (core Eclipse 4.11) was released in March 2019. Use this tag for questions which are specific to this Eclipse release, in most cases you should also specify the eclipse tag.

Eclipse SimRel 2019-03 was released on 20th March 2019.

This release uses version 4.11 of the core Eclipse

9 questions
2
votes
0 answers

ALL black Pixels with SWT since Windows 10 Update 1809 and gc.print() / gc.copyArea(

I have this piece of code that worked throug the ages (kepler to oxygen) for the last 4 Years, Since the Windows 10 1809 update this results in an all black picture. This happens on several PCs. public static Image renderToImage(Control control) { …
oers
  • 18,436
  • 13
  • 66
  • 75
2
votes
1 answer

Eclipse cannot build, but maven can since moving from Java 8 to Java 11

Here is the minimal reproduction I'm using Eclipse Version: 2019-03 M1 (4.11.0 M1), Build id: 20190117-2133 The jars in question are Selenium, but they are the only ones in the main project which are multi-release jars, so I think that may be part…
electroCutie
  • 194
  • 1
  • 8
2
votes
1 answer

Eclipse module problems jdk 10

I'm having a new problem this morning with my project (it worked fine on Friday). Eclipse seems to be having trouble figuring out it's module / class path, and nothing I'm trying seems to affect it. I'm using the following Eclipse…
Robert K
  • 472
  • 4
  • 17
1
vote
0 answers

After changing compiler settings in Eclipse, every class in my project suddenly fails to be resolved every time I save a file

I started having this problem yesterday. I changed some settings in Eclipse related to compiler warnings (changed some settings related to generic types from ignore to warning), and afterwards, every time I save a file, a bunch of compiler errors…
Nzall
  • 3,439
  • 5
  • 29
  • 59
1
vote
2 answers

Eclipse 2019-03 support for Tomcat 9

I have installed the latest eclipse version 2019-03 with support to JDK 12. The Servers View was not available. So I installed the plugin Eclipse JST Server Adapters Once installed, I am not able to create Tomcat 9.0 Server. Tomcat 8.0 is the latest…
Reema
  • 587
  • 3
  • 12
  • 37
1
vote
2 answers

No "Convert to C/C++ Project" in eclipse plugin though CDT is installed

With the CDT Plugin comes an option to convert Projects into C/C++ Projects. That changes a few entries in the .project file. For example, the entries org.eclipse.cdt.core.cnature org.eclipse.cdt.core.ccnature are…
Sadık
  • 4,249
  • 7
  • 53
  • 89
0
votes
0 answers

Facing this error while migrating from JRE8 to JRE11 in Eclipse 2019

There are two packages client and infra. Infra is built using jdk11 where as client in built using jdk8. The client is importing a nmc dictionary class which is present in infra. But the following error occurs. Failed to execute goal…
Vishwa
  • 27
  • 1
0
votes
1 answer

Eclipse CDT 4.11.0 crashes with SWT library not found error

I am trying to get Eclipse 4.11.0 running on my RHEL 6.10 system but it crashes when I try to run it. It points me to a log file that states: ...UnsatisfiedLinkError org.eclipse.swt.internal.gtk.OS._cachejvmptr()V I tried running it again and it…
DesertBroncoFan
  • 65
  • 1
  • 12
0
votes
0 answers

Eclipse 2019-03 failing to run certain JUnit 4 tests from the Window but not Test suites or run configuration

I have installed Eclipse 2019-03 from both the installer and tar ball. Certain JUnit test will run from a "run as" selection in the window and others will not. The ones that will not run will run: Test suite that includes the test class Run -> run…
BartAiley
  • 1
  • 2