• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

call a program from a java program

 
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am stuck on the code to call another program from my java program. This is a java application program, not an applet.
I need to call a program from a java program, pass data
from the called program back into my java program.
[This message has been edited by Eric Edwards (edited February 26, 2000).]
 
Sheriff
Posts: 7001
6
Eclipse IDE Python C++ Debian Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Paul is always recommending people to get a copy of "Just Java 1.2", and in this case, I agree with him. There's a neat and usful example of this on page 651. If you really can't find a copy of the book, leave a message here and someone will type it in for you (it's only a dozen lines or so).
 
Eric Edwards
Ranch Hand
Posts: 60
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Frank Carver:
Paul is always recommending people to get a copy of "Just Java 1.2", and in this case, I agree with him. There's a neat and usful example of this on page 651. If you really can't find a copy of the book, leave a message here and someone will type it in for you (it's only a dozen lines or so).


That is an excellent book, I have it. I guess I overlooked that page in my search. That was exactly what I was looking for. Thanks again. Eric
 
Every plan is a little cooler if you have a blimp. And a tiny ad.
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic