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 ...
    • URL for software and plugins

      Softwares For a better requirements decision, see the compatibility matrix to validate the best configurations according to the component versions you wish to use. Webclient Webclient 1.8.8: Download Webclient 1.8.8 (New) here Webclient 1.8.7: ...
    • 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 ...