When I was updating my WPILib for 3.0 to 4.0, my internet connection broke for a while and I found that the updating process failed. But when I was trying to update it again after the internet is on, it said “no WPILib update found”.
I am just wondering what is myWPILib version currently and will this update failure affect my programing? If my version is still 3.0, what can I do if I want to update to 4.0?
1 Like
WPILib is an offline installer, meaning after you download the .iso from GitHub you should no longer need an internet connection. If you think the update failed, then I would make sure the WPILib JDK is not in use (remove it from JAVA_HOME and PATH if it is there), restart your computer, then try it again to see if you get another error.
1 Like
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.