CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2004
    Posts
    1

    Question using java classes in c++

    Hi,

    does anyone know of a free solution that allows calls to Java classes from C++?
    I am using the /opt/SUNWspro/bin/CC compiler (I have to).
    I have heard of the Cygnus Native Interface, but I think you need the G++ compiler to use this.

    Any help would be appreciated.

    Thanks,

    Eamon.

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: using java classes in c++

    JNI (Java Native Interface). Also, if you're interested in this, your questions should be directed to the Java forum.

    Regards,

    Paul McKenzie

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