Eclipse Settings

Eclipse Settings

64bit Eclipse Luna or Later is recommended

SSD Drive for Eclipse, Java SDK, and Workspace recommended

Use the following memory settings in the Eclipse INI

--launcher.appendVmargs
-vmargs
-Xms2000m
-Xmx8000m
-XX:+UseParallelGC
-XX:PermSize=3000M
-XX:MaxPermSize=5000M

    • Related Articles

    • Configure Mail Settings

      This document will cover the process to set up email information within the CM evolveIT Dashboard. The email information is used to email new users and for password reset when running CM evolveIT in Authentication Mode evolveIT. After reading this ...
    • Add Capability to Define the Entry Point of the Application

      The entry point can be specified in the obclient.properties file. Eclipse In Eclipse look for obclient.properties and specify the entry point as the main page, althout it can be the login page too. Add Generation.Custom.EntryView=view.Main In this ...
    • Field Customization

      To implement field customization we need to make our field(s) inherit from Field Plex For this example will use the Customer entity. We will add a password field OrderProcessing.Customer has FLD AppPassword. After adding the field, define what type ...
    • Implement Abilities to Control the Code Generation Process to Control the Application Behavior

      CustomFormButtons.inc is a good example to exemplify the addition of custom code within the test application presented in this document. In this example, we will be adding a button to navigate to a specific form ‘Supplier Info’. Adding the custom ...
    • Edit Grid

      Edit Grid can be found in the current version of HSync templates. To implement add the triple: MyEntity ENT is a ENT Ability.EditList By default all fields are editable. To prevent a field from being edited, add it to the local variable 'NonEditable' ...