Menu

Android support

2013-09-30
2013-10-16
  • alexander shtanko

    I want to write android application that will use wmi connection.

    I try to push j-interop library in my project, but j-interop use java kernel libraries javax.* and these libraries are'nt available for android java machine.

    Error: java: cannot access rpc.Stub
    class file for rpc.Stub not found

    Are there any ways to use j-interop in android development?

     

    Last edit: alexander shtanko 2013-09-30
    • Vikram Roopchand

      Hi,

      Which exact libraries are you talking about ?

      thanks,
      best regards,
      Vikram

      On Mon, Sep 30, 2013 at 2:41 PM, alexander shtanko
      alexjcomp@users.sf.netwrote:

      I want to write android application that will use wmi connection.

      I try to push j-interop library in my project, but j-interop use java
      kernel libraries javax.* and these libraries are'nt available for android
      java machine.

      Are there any ways to use j-interop in android development?

      Android supporthttps://sourceforge.net/p/j-interop/discussion/600729/thread/3ab29281/?limit=25#543a

      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/j-interop/discussion/600729/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

      --
      The Mind is a place of its own. It can make a heaven out of hell or a hell
      out of heaven. Attitude is everything. No matter how adverse conditions
      maybe, one has the capacity to turn things around by one's Determination,
      Perseverance and Hardwork.

      John Milton
      (Paradise Lost)

       
  • alexander shtanko

    Hi!
    I use:

    j-interop.jar
    jcifs-1.3.17.jar

    error occured in this place of my code when i compile a project:

    return (IJIDispatch) JIObjectFactory.narrowObject(wbemLocatorComObj
    .createInstance().queryInterface(IJIDispatch.IID));

    Error: java: cannot access rpc.Stub
    class file for rpc.Stub not found

     

Log in to post a comment.