English 中文(简体)
来自贾瓦的中等收入国家指挥问题
原标题:WMIC command lind issues when run from Java

目前,我有一把指挥线指挥器。 该手册将不使用随机计算机。 似乎引起问题的指挥部是中等收入国家的指挥部。 该手册是在一些计算机上签字的,但在其他电脑上干).(即使有同样的职业介绍所和Browser版本)。 我确实进行了大量测试,唯一引起问题的指挥部门是中等收入国家指挥部。 这是否是一个知道的问题? 是否有这方面的工作?

问题回答

在我试图执行分程序时,我也存在同样的问题。 在吉思翁对中等收入国家实行开放指挥。

Finally found a simple resolution here: http://community.flexerasoftware.com/showthread.php?t=189108&page=2

仅加在中等收入国家指挥“和”指挥下;民族解放军“调整方向”。

例如,Windows(使用野心名称)的隔板方案:

import os
uninstallCommand =  %windir%\system32\wbem\wmic product where "name like  %My Program% " call uninstall /nointeractive < NUL 
os.system(uninstallCommand)




相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签