CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2011
    Location
    Finland
    Posts
    12

    Cool JNI with applets

    Dear all,
    Can I use JNI to process my files at the server side - with servlets(?), and link it with applets?
    I happen to get a C- code, for my computational needs.

  2. #2
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: JNI with applets

    What you do and how you do it on the server shouldn't impact the execution of an applet in the client's browser.
    Norm

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