Search:

Type: Posts; User: Norm

Search: Search took 0.09 seconds.

  1. Replies
    9
    Views
    3,824

    Re: wmi usage or PC info in java

    The tutorials are good places to read up on how stuff. Hopefully they are written by professionals.
    If you have specific questions about them, copy the text here and ask your questions.
  2. Replies
    9
    Views
    3,824

    Re: wmi usage or PC info in java

    You don't need to put a class into a package. packages are a way to keep class names unique when there are a large number of classes used in a program and there is a chance of there being naming...
  3. Replies
    9
    Views
    3,824

    Re: wmi usage or PC info in java

    Did you try to do as Z suggested in post#3?
  4. Replies
    9
    Views
    3,824

    Re: wmi usage or PC info in java

    Where is the class jWMI defined? Its definition needs to be on the classpath so the compiler can find it.
    (And also for the java program to execute )
    You will also need an import statement if the...
Results 1 to 4 of 4