CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 1999
    Posts
    272

    using JNI in applets

    hello,
    I am wondering if i can from java applets C functions that are exported to java using JNI. Are there any special steps need to take care of, or i just call the C functions exported just like calling from a normal java application? For example java LoadLibrary, can i use it in java applet too? Please help..


  2. #2
    Join Date
    Oct 2000
    Location
    Russia
    Posts
    58

    Re: using JNI in applets

    Hello mce16.

    I've faced this problem too.
    Did you find anything in this area?

    Thank you for any information.


  3. #3
    Join Date
    Aug 1999
    Posts
    272

    Re: using JNI in applets

    yes, but you need to implement authenticode for doing so, you can refer to microsoft authenticode too as to how to include it in your applet.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured