Hi all,
Please help with the following peace of code, i am using Netbeans to try and use java embedded with WMI to get information on remote PC's within a network. I am trying to import the following but it tells me the package does not exist. Please please help
import com.ms.com.*;
import com.ms.com.Variant;
import org.jinterop.dcom.common.IJIUnreferenced;
import org.jinterop.dcom.common.JIException;
import org.jinterop.dcom.common.JISystem;
import org.jinterop.dcom.core.JIComServer;
import org.jinterop.dcom.core.JIProgId;
import org.jinterop.dcom.core.JISession;
import org.jinterop.dcom.core.JIString;
import org.jinterop.dcom.core.JIVariant;