FAQ
How to delete completely a project ?
When a project created in Eclipse Safety Framework has to be deleted, right clic on the project in the Project Explorer view, then clic on Delete.

A dialog box appears in which the checkbox Delete project contents on disk (cannot be undone) must be selected. Otherwise the project content won't be deleted from the disk.

How can I configure JVM and its memory options ?
As a reminder, Eclipse Safety Framework is Java 1.7 compatible. This means that the JVM must be at least a 1.7 version to be able to launch the tool. If several JVM's are installed , it is possible to indicate which is the one to be used by addind the following line in the file ESF.ini:
-vm
chemin vers javaw.exe
When done, it is possible to modify memory parameters with the following arguments that have to be added in the same file '.ini'. For exemple:
-vmargs
-Xms256m
-Xmx1024m
-XX:PermSize=128m
-XX:MaxPermSize=256m