我正在尝试卸载使用 InstallAnywhere 的应用程序。当我运行代码卸载时,出现以下错误
java.lang.IllegalArgumentException: No product for ID=<edited>
at ZeroGfc.<init>(DashoA10*..)
at ZeroGe9.b(DashoA10*..)
at ZeroGfb.<init>(DashoA10*..)
at com.zerog.ia.installer.Installer.s(DashoA10*..)
at com.zerog.ia.installer.Installer.setMetadata(DashoA10*..)
at com.zerog.ia.installer.InstallerMetaData.setInstaller(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.j(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.e(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
at com.zerog.ia.installer.LifeCycleManager.a(DashoA10*..)
at com.zerog.ia.installer.Main.main(DashoA10*..)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.zerog.lax.LAX.launch(DashoA10*..)
at com.zerog.lax.LAX.main(DashoA10*..)
This Application has Unexpectedly Quit: Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)
在互联网上进行彻底搜索表明此错误很常见,但我还没有为此提供任何明确的解决方案。如果有人可以对此有所了解,那将是绝对有帮助的...
谢谢并恭祝安康。