Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Switch to the Java Perspective: Window > Open Perspective > Java
  • Expand the 'eclipse_target' project in the Package Explorer
  • Open (double-click) the 'servoy.target' file
  • Click the 'Set as Target Platform'. This will setup the Target Platform correctly, after which projects will be build and should compile without error.

...

  • Make sure the feature is installed in a Eclipse installation, doesn't have to be a Servoy Developer installation, can also the the Eclipse SDK from which the development on the Servoy open source projects is being done.
  • Open the 'servoy.target' file in teh root of the 'eclipse_target' project
  • Click Add > Features > Next
  • Point the location to an installation directory of Eclipse. Note that when using a Servoy Developer instance in this case, the {servoyInstall}/developer is the directory to point to.
  • Check the feature(s) to be included and press Finish.
  • Click the 'Set as Target Platform' link again.

Running Mobile Client From Sources

...