winthing icon indicating copy to clipboard operation
winthing copied to clipboard

Project does not compile in JDK 11.0.1 cause of finalize() deprecation

Open platgeo opened this issue 7 years ago • 1 comments

See log:

[WARNING] COMPILATION WARNING : [INFO] ------------------------------------------------------------- [WARNING] /D:/Users/foo/Documents/GitHub/winthing/src/main/java/com/fatico/winthing/systems/radeon/RadeonService.java:[41,20] finalize() in java.lang.Object has been deprecated [WARNING] /D:/Users/foo/Documents/GitHub/winthing/src/main/java/com/fatico/winthing/systems/radeon/RadeonService.java:[43,14] finalize() in java.lang.Object has been deprecated [INFO] 2 warnings [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /D:/Users/foo/Documents/GitHub/winthing/src/main/java/com/fatico/winthing/systems/radeon/RadeonService.java: warnings found and -Werror specified [INFO] 1 error

platgeo avatar Dec 14 '18 22:12 platgeo

Use JDK 8, that's what I did to get it working, I'm afraid this project is not actively developing and may have to look elsewhere, I came here for same reason as you....

firestrife23 avatar Dec 23 '18 15:12 firestrife23