I’m just new with the Crossvision and the Application composer.
After i created a new page (such as mypage.xml) in application composer and tried to add unimplemented methods, the following import in mypageAdapter.java:
import sdo.generated.xci.myproject.mypage.*;
can’t be accepted by the Eclipse java editor. It shows “the import sdo cannot be resolved!”. What should i do?
Eclipse version : 3.1.2
Application composer: 2.4.1.00
Application Designer 2.4.1.00
There is no subdirectory “sdo” under “Java Sources”.
There is only one subdirectory “generated” and there is one file: MyPageAdapterXCIBase.java. This file is no problem.
That’s exactly the answer. The Composer Development Environment is only supported under Windows. Runtime of course is also supported on UNIX.
Under Unix the SDO class generation (= development time) does not work. You could in principle work with the dynamic SDO but you might run into other “development time issues” under UNIX because it is simply not supported and not tested.