Can't launch javaFx application with intellij anymore

前端 未结 4 612
遥遥无期
遥遥无期 2020-12-06 08:41

I am developping a JavaFx application with IntelliJ Idea, and until today, all worked fine, but now for no reason (maybe i did something wrong without knowing it) whenever i

相关标签:
4条回答
  • 2020-12-06 08:48

    I had the same exact problem as you do. As some commenters (@sillyfly and @Javaru) pointed out, the problem is with the new Nvidia drivers. Assuming you are on windows, do the following:

    1. Click Start
    2. Click Control Panel
    3. In the left pane, click Device Manager
    4. Double-click on Display Adapters
    5. Double-click on your NVIDIA GPU
    6. Select the Driver Tab
    7. Click on Roll Back Driver

    This will roll back your Nvidia drivers to the previous version. Hopefully it works now.

    0 讨论(0)
  • 2020-12-06 08:56

    Yes the Problem comes from Nvidia drivers. I had the same error and disabling the nvidia gpu from the device manager caused it to be fixed.

    0 讨论(0)
  • 2020-12-06 09:07

    So as it was told on the other answers, the problem came form the last Nvidia Driver : 378.49 I re-installed the older version (376.33) and all worked fine again.

    In my case i have the Nvidia 960M.

    Thanks everyone for your help.

    0 讨论(0)
  • The problem comes with the latest Nvidia Driver version: 378.49, this driver breaks some java.exe execution such as Android application compilations.

    I rolled back my Nvidia Driver in Windows 10 to version 376.33 following these steps:

    1. Right Click in the Windows button (left-bottom side of screen)
    2. Click Device Manager
    3. Double-click on Display Adapters
    4. Double-click on your NVIDIA GPU
    5. Select the "Driver" tab
    6. Select "Upload Driver..."
    7. Select "Browse my computer for driver software"
    8. Select "Let me pick from a list of device drivers on my computer"
    9. Select "NVIDIA Geforce Version: 21.21.13.7633 [11/12/2016] from the given list
    10. Click "Next" in the right-bottom corner
    11. After the driver has been installed, reboot the system.

    After the reboot java.exe should work as usual.

    Hope this helps more people in the same situation, I wasted 2 days looking for solutions going around Gradle, Android and Java re-installations.

    0 讨论(0)
提交回复
热议问题