Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Nvidia driver conflict - swing program terminates
Nvidia driver conflict - swing program terminates [message #1753765] Thu, 09 February 2017 22:02
Adam Glaser is currently offline Adam GlaserFriend
Messages: 1
Registered: February 2017
Junior Member
I found a bug two weeks ago here.

I reported it here:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=511334


Quote:
Today I installed the latest Nvidia driver (378.49 01/24/2017). After that I could not start some Swing applications with Eclipse. The programs terminated without a message/error at some point.

Here is an example of these apps:

public static void main(args) {
//processing and storing args as fields
SwingUtilities.invokeLater(() -> new MyApp());
}

public MyApp() {
...
}

I debugged it and the program terminated right after it entered the MyApp constructor.

First I tried reinstalling Eclipse then Java but nothing helped.

After reinstalling the driver and restoring the previous version the problem was fixed.

versions:
Windows 10 Pro
Java JDK 1.8.0_121
Eclipse Neon.2 4.6.2 Java EE

video card:
Gigabyte GTX 1060 6GB


Posting this here because I didnt get any reply on the bug report and this problem is critical in my opinion (cant use Eclipse with latest Nvidia driver right now).
Previous Topic:RSS links do not work
Next Topic:Error downloading Eclipse, I have JDK installed.
Goto Forum:
  


Current Time: Fri Apr 19 00:19:41 GMT 2024

Powered by FUDForum. Page generated in 0.03325 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top