From: David P G. <gr...@us...> - 2017-03-20 13:50:55
|
Hi, Anchu R S <an...@gm...> wrote on 03/19/2017 01:09:57 AM: > > I am trying to set up Eclipse development environment to build and > debug X10DT. I followed the steps in [1] and could successfully > complete till Part 3 (All projects are now built successfully and do > not show any errors). However when I try to execute Hello.x10 within > the newly created X10DT Eclipse application I get a null pointer > exception. Following is the error log. I don't have any useful advice on the NPE > A preliminary search in google says that it was a known bug in > Eclipse, which got fixed in some version of Eclipse. The > documentation in [1] insists on using eclipse 4.4.2, so I have not > tried it with an newer version of eclipse. > The need for a very specific version of Eclipse is caused by X10DT's usage of PTP. It depends on what you want to accomplish, but if you are just looking for an Eclipse-based X10 source editor you could only install the x10dt.editor.feature. The editor feature gives you X10 source editing and basic compilation, but doesn't include the ability to build/launch on remote hosts. Because it doesn't include PTP, it is much less sensitive to Eclipse versions. Hope that helps, --dave |