Seisei Itahashi <sei...@csg.ci.i.u-tokyo.ac.jp> wrote on 05/13/2014
02:00:57 PM:
>
> In managed X10, I want to compile x10 files with jar file. In X10DT,
> I succeeded
> in using jar file by clicking the menu "add external archives". However,
> on the terminal, the following way failed to compile.
> "x10c -classpath gson-2.2.4.jar JsonTest.x10"
>
> So, how can I compile with jar file on terminal?
>

Hi,

        It should work with x10c -classpath <somejar.jar>

        I threw together a quick test of x10/java interop and adding the
Java .jar file to the x10c commandline via -classpath worked for me.

--dave
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to