Thread: C program interface to JAVA

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    1

    C program interface to JAVA

    I have a need to interface to a JAVA applet
    from my C program. Could someone point me
    in the right direction to get info on this
    if it is possible.

    Thanks in advance....
    Duane

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    24

    let us show the applet....

    Well...........
    C can solve all the problems.........you have.....
    First post the code of your java applet and show what output it does give.
    Then it will be easier to solve......
    RaHaTk

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    752
    At the risk of displaying my ignorance, why not just do it passing command line arguments?
    Code:
    system("javaprog.exe input output 5");

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program Plan
    By Programmer_P in forum C++ Programming
    Replies: 0
    Last Post: 05-11-2009, 01:42 AM
  2. Why C Matters
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 136
    Last Post: 01-16-2008, 09:09 AM
  3. How do you make a program to interface with another?
    By Finchie_88 in forum C++ Programming
    Replies: 6
    Last Post: 08-24-2007, 03:48 AM
  4. How Cool is Java
    By dukemarlon in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 11-28-2002, 05:24 PM