CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: fredvs

Search: Search took 0.03 seconds.

  1. Replies
    11
    Views
    9,209

    Re: Create and use a wrapper class in java

    Hello.
    Please, why the code is not working ?
    Thanks.
  2. Replies
    11
    Views
    9,209

    Re: Create and use a wrapper class in java

    Hello.

    I have try with this "wrapper" class :

    public class TheWrapper {
    // The native library declarations. //
    // => how to have a independant class ? //
    public static native...
  3. Replies
    11
    Views
    9,209

    Re: Create and use a wrapper class in java

    Ok, it seems so simple....
    I will try that.
    Many, many thanks.
  4. Replies
    11
    Views
    9,209

    Re: Create and use a wrapper class in java

    => Glad to be of assistance.

    Yep, many thanks but... how to create that class ?
  5. Replies
    11
    Views
    9,209

    Re: Create and use a wrapper class in java

    Hello and many thank to answer.

    It is exaxtly what i want. => a independant class that include all the "public static native xx method(x x);"
    And all the other applications will use that class...
  6. Replies
    11
    Views
    9,209

    Re: Create and use a wrapper class in java

    Hello.
    I have develop a native library, Java compatible.
    I want a "personal" wrapper for that library so, each java application using that native library can access it via the same wrapper-class.
    ...
  7. Replies
    11
    Views
    9,209

    Re: Create and use a wrapper class in java

    Hum, not too much answer here...
  8. Replies
    11
    Views
    9,209

    Create and use a wrapper class in java

    Hello ;-)
    I have a very-well working Java application.
    That application uses a native library.
    That native library use callback methods from main java application.

    I want to create a...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured