Hi

Until I know is not possible establish comunitaction between Java and
C# (for be two kins of programation languajes similar in their sintax
but too diferent in their structure), If you are trying make an
interfaz with two programs, the first in C# and the second in Java
(not important the order), each program must have their own data
source (can be Data Base, Text Files, etc ...), now, if you want edit
this Data for that C# use them o Java use them, you have to in the
case of the data Base, create a conecction and play with the Data
Base. If the Data Source are in plain files you can work wthi them
usig the classes File, FileReader, FileWriter, BufferedReader,
File(input/output)Stream, Object(input/output) Stream, (the last two
por secuential files). So like this must stablish the comunitation.
But directly until I know is not possible. If you achieve this
comunication without Data Source the tell us !!!


On Sep 20, 4:02 am, Carlos Álvares <carlos.alva...@gmail.com> wrote:
> Hi there,
> How can I communicate Java with C# programs??
> Thanks

-- 
To post to this group, send email to javaprogrammingwithpassion@googlegroups.com
To unsubscribe from this group, send email to 
javaprogrammingwithpassion+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en

Reply via email to