winder / Universal-G-Code-Sender

A cross-platform G-Code sender for GRBL, Smoothieware, TinyG and G2core.
http://winder.github.io/ugs_website/
GNU General Public License v3.0
1.86k stars 757 forks source link

OpenJDK 64-Bit Server VM warning: #2410

Closed garyemiller closed 6 months ago

garyemiller commented 6 months ago

Version

2.1.4

Hardware / Firmware

GRBL 1.1

What happened

dilbert ~ # bin/ugsplatform 
OpenJDK 64-Bit Server VM warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.
WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by org.netbeans.TopSecurityManager (file:/mnt/backup/archive/GRBL/ugsplatform-linux-x64-N/platform/lib/boot.jar)
WARNING: Please consider reporting this to the maintainers of org.netbeans.TopSecurityManager
WARNING: System::setSecurityManager will be removed in a future release

I guess this is a netbeans issue and not a ugs issue?

How to reproduce

No response

Operating System

No response

Anything else

No response

breiler commented 6 months ago

Yes, this is just a warning in netbeans, nothing that we can do anything about. I am closing this.