I recently installed Vivado 2019.1 on Ubuntu by running sudo ./xsetup
. I didn't pay attention where Vivado was installed, so by default it was installed in /tools/Xilinx/Vivado. Because of that, I can't run the application there. Therefore, I decided to uninstall it. I run ./xsetup -Uninstall
but it gives me the error as below.
Exception in thread "main" java.lang.NullPointerException
at java.base/java.io.File.<init>(Unknown Source)
at com.xilinx.installer.gui.panel.summary.SummaryPanel.b(Unknown Source)
at com.xilinx.installer.gui.panel.summary.UninstallerSummaryPanel.<init>(Unknown Source)
at com.xilinx.installer.gui.r.a(Unknown Source)
at com.xilinx.installer.gui.InstallerGUI.D(Unknown Source)
at com.xilinx.installer.gui.InstallerGUI.e(Unknown Source)
at com.xilinx.installer.api.InstallerLauncher.main(Unknown Source)
I googled it and also checked here but couldn't find out what to do.
sudo
for the uninstall too - as you did for install ? – Soren A Jul 04 '19 at 14:19ls -l /tools/Xilinx/Vivado
into your question. Thank you for helping us help you! – Elder Geek Dec 01 '19 at 22:18