Need some basic Agile 9.3 Java PX help.
Am I missing some key ingredient when compiling? I am using Eclipse, which has worked fine so far. However, it did not let me create the HelloWorld Java PX Sample the way the guide shows. I had to enable import com.agile.px.* and import com.agile.api.* both with the asterisk mandatory or I got 'not valid' warnings. In addition it does not seem to like the two lines of code in the middle ( IObjectEventInfo.... and IDataObject .....) .The sample won't run without a 'try' clause and when you add that you have to start moving stuff around.