Tharindu Rusira <tharindurus...@gmail.com> wrote on 04/29/2015 03:55:05 AM:
>
> Hi all,
> I am Tharindu, a new X10 user.
> I have setup x10 environment on Linux. However, I get an error while
> trying to compile an X10 source file.
>
> Error: Could not find or load main class polyglot.main.Main
>
> I suppose I have setup up my environment variables correctly
> including JAVA_HOME.
>
> Any suggestion to fix the issue is much appreciated.
>
Hi,
That suggests that the JVM invoked from the x10c/x10c++ script isn't
able to find x10c.jar.
Try invoking x10c/x10c++ with -v to get it to echo the command line
it is using the invoke the JVM. Maybe that will help you identify the
problem.
For example:
[dgrove@linchen myTests]$ x10c -v HelloWholeWorld.x10
"/etc/alternatives/java_sdk/bin/java" -Xmx1024m -Xss2m
-Dfile.encoding=UTF-8 -Dx10.dist="/home/dgrove/x10-trunk/x10.dist"
-classpath
"/home/dgrove/x10-trunk/x10.dist/lib/x10c.jar:/home/dgrove/x10-trunk/x10.dist/lib/lpg.jar:/home/dgrove/x10-trunk/x10.dist/lib/antlr-runtime-4.5.jar:/home/dgrove/x10-trunk/x10.dist/lib/com.ibm.wala.cast.java_1.0.0.201101071300.jar:/home/dgrove/x10-trunk/x10.dist/lib/com.ibm.wala.cast_1.0.0.201101071300.jar:/home/dgrove/x10-trunk/x10.dist/lib/com.ibm.wala.core_1.1.3.201101071300.jar:/home/dgrove/x10-trunk/x10.dist/lib/com.ibm.wala.shrike_1.3.1.201101071300.jar:/home/dgrove/x10-trunk/x10.dist/lib/x10wala.jar:/home/dgrove/x10-trunk/x10.dist/lib/org.eclipse.equinox.common_3.6.0.v20100503.jar:/home/dgrove/x10-trunk/x10.dist/lib/commons-math3-3.5.jar:/home/dgrove/x10-trunk/x10.dist/lib/commons-logging-1.2.jar:/home/dgrove/x10-trunk/x10.dist/lib/hazelcast-3.3.1.jar"
polyglot.main.Main -extclass x10c.ExtensionInfo -define __JAVA__
-x10lib /home/dgrove/x10-trunk/x10.dist/stdlib/libx10.properties
'HelloWholeWorld.x10'
--dave
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users