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

    Calling Java code within C code

    I have Java code which brings up Splash screen,
    But I want to call this java code from within c
    executable. How to write this?


    Vijay Khot
    Software Consultant,
    ICEM Technologies, Arden Hills,
    MN 55112 USA

  2. #2
    Join Date
    Nov 1999
    Location
    Tilburg-Breda, Noord-Brabant, The Netherlands
    Posts
    135

    Re: Calling Java code within C code

    Hi Vijay,

    Because of the complication and large explanation it would need, I suggest you visit :

    http://www.java.sun.com/docs/books/t...1.1/index.html

    This will probably help you with your quest... It sure helped me...
    If you have any other questions, just post them, I'll look at it.


    Greets,
    Jan Meeuwesen
    ( If this answer is of any value to you, rate it! (bottom right in your browser under this text) )


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