The Initialization File
In Windows environments, Studio Modeling Platform apps read the enovia.ini file upon startup to determine the location of the database and to set up the program environment. During Studio Modeling Platform installation on Windows, the enovia.ini file is placed in ENOVIA_INSTALL\studio\win_b64\code\bin\. The apps then access the enovia.ini file as needed during the session. For example, the pixmappath setting is read when the Studio Modeling Platform needs to display a .gif image for the first time. When preferences or the size and location of a window are altered, the changes are written to the enovia.ini file, and it is saved when the session is closed.
A typical Windows version of the enovia.ini file is as follows:
[MATRIX] MATRIXHOME=C:\enoviaVERSION\studio\ MATRIXINSTALL=C:\enoviaVERSION\studio\ MX_FLASH_PATH=C:\enoviaVERSION\mxcache PIXMAPPATH=C:\enoviaVERSION\studio\win_b64\pixmaps\app\ COLORPATH=C:\enoviaVERSION\studio\win_b64\code\lib MATRIXPATH=C:\enoviaVERSION\studio\win_b64\code\bin MX_TCL_SHLIB= TCL_LIBRARY=C:\enoviaVERSION\studio\win_b64\tcl85\lib\tcl8.5 TK_LIBRARY=C:\enoviaVERSION\studio\win_b64\tcl85\lib\tk8.5 TMPDIR=C:\DOCUME~1\xxx\LOCALS~1\Temp MX_DEFAULT_KERNEL= MX_JVM_DIR=C:\Program Files\Java\jdkVERSION\jre\bin\client\ MX_JDK_DIR=C:\Program Files\Java\jdkVERSION\ MX_JAVAC=C:\Program Files\Java\jdkVERSION\bin\javac.exe MX_CLASSPATH=C:\Program Files\Java\jdkVERSION\lib;C:\ enoviaVERSION\studio\managed\properties;C:\enoviaVERSION\studio\wi n_b64\docs\javacommon;C:\enoviaVERSION\studio\win_b64\docs\javaser ver;C:\enoviaVERSION\studio\win_b64\docs\custom; LANG=C