Thread: Is it possible to call a java program in C?

  1. #1
    Registered User
    Join Date
    Dec 2003
    Posts
    1

    Is it possible to call a java program in C?

    First off,I'm totally new to C programming. I 'm writing an edit routine in Java to enhance the current edit function. The existing edit program is written in C. I was told that I can add a 'function call' in C to call the java program. Is this true? if so, how do I code the call?

    Please advise.
    Thanks!

  2. #2
    Registered User
    Join Date
    Oct 2002
    Posts
    291
    Should be a simple example at sun.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Client-server system with input from separate program
    By robot-ic in forum Networking/Device Communication
    Replies: 3
    Last Post: 01-16-2009, 03:30 PM
  2. Inline asm
    By brietje698 in forum C++ Programming
    Replies: 5
    Last Post: 11-11-2007, 02:54 PM
  3. Simple Timer, Call external program,
    By bliss in forum C++ Programming
    Replies: 2
    Last Post: 06-02-2005, 11:21 PM
  4. fopen();
    By GanglyLamb in forum C Programming
    Replies: 8
    Last Post: 11-03-2002, 12:39 PM
  5. How to call another program?
    By Unreg1stered in forum C++ Programming
    Replies: 4
    Last Post: 07-21-2002, 12:03 AM