SUYASH GUPTA <dynamic.suy...@gmail.com> wrote on 07/09/2013 10:42:39 AM:

> I am a naive developer (as far as X10 source code is concerned). I
> was trying to modify the X10 runtime and for that I tried to studied
> the Java file generated whenever an X10 program is compiled.

> I created a very simple program for study:
>
> class hello
> {
>     public static def main(args:Array[String](1)) {
>         Console.OUT.println("Hello World");
>     }
> }

> And its generated java code consisted of the following first line..
>
> @x10.runtime.impl.java.X10Generated public class hello extends
> x10.core.Ref implements x10.x10rt.X10JavaSerializable

> I tried to search for this specific interface:
> x10.x10rt.X10JavaSerializable ... but could not find.



Hi,

        If you have a source distribution of X10, the source for the Java
runtime is in x10.runtime/src-java.

        If you have a pre-built binary distribution, the class file is in
x10.dist/stdlib/x10.jar (but the .java source files for the runtime are not
included)

hope this helps,

--dave
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to