Help needed...

Is there any Java code ready that wraps two programs?
[60 byte] By [Stefan21a] at [2007-11-26 21:46:07]
# 1
> Is there any Java code ready that wraps two> programs?could you explain what you think that actually means, please
georgemca at 2007-7-10 3:35:29 > top of Java-index,Java Essentials,New To Java...
# 2
For example... I have two programs that calculates two numbers and I want to call the java program to manage them, i.e. divide or sum them
Stefan21a at 2007-7-10 3:35:30 > top of Java-index,Java Essentials,New To Java...
# 3
> Is there any Java code ready that wraps two> programs?As in, wrap with a blanket?
qUesT_foR_knOwLeDgea at 2007-7-10 3:35:30 > top of Java-index,Java Essentials,New To Java...
# 4
> For example... I have two programs that calculates> two numbers and I want to call the java program to> manage them, i.e. divide or sum themSo what is the issue with that?
qUesT_foR_knOwLeDgea at 2007-7-10 3:35:30 > top of Java-index,Java Essentials,New To Java...
# 5
I'm just new with java and I would appreciate some help, a starting point...
Stefan21a at 2007-7-10 3:35:30 > top of Java-index,Java Essentials,New To Java...
# 6
> I'm just new with java and I would appreciate some help, a starting point... http://java.sun.com/docs/books/tutorial/
DrLaszloJamfa at 2007-7-10 3:35:30 > top of Java-index,Java Essentials,New To Java...
# 7
> I'm just new with java and I would appreciate some> help, a starting point...There you go http://java.sun.com/docs/books/tutorial/
qUesT_foR_knOwLeDgea at 2007-7-10 3:35:30 > top of Java-index,Java Essentials,New To Java...
# 8
thanx....
Stefan21a at 2007-7-10 3:35:30 > top of Java-index,Java Essentials,New To Java...
# 9
Going back to your original question, I think what you were really asking was ifa Java program could be made out of multiple code files / multiple classes.And the answer is yes. It's time to start reading text books and tutorials...
DrLaszloJamfa at 2007-7-10 3:35:30 > top of Java-index,Java Essentials,New To Java...