Rodrique Djonkou <djon...@gmail.com> wrote on 05/16/2012 04:53:54 AM:
>
> Hello,
> I have a runable Jar file which can run in commande line.
> Basically its take two files of data and return a value.
>
> is it possible to launch it and spread it over places by using a X10
code?
>
> (I didn't want to re-implement all the code in x10, it's tooo big)
>

Hi,

        Recent versions of X10 have fairly decent X10/Java interoperability.
You should be able to write an X10 main program that handles the
distribution and then calls the Java program in each place to do the actual
work.  The Java interop isn't fully documented yet, but the basic idea is
to use an import statement(s) to import the Java type(s) into the Java file
and then just use them normally (call methods, create instances, etc).

--dave
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to