Building an EAR File in TIBCO BusinessEvents Studio
EAR files are built in memory by default. The compiler does not use the file system during code generation, but Instead the Studio JVM is used to load all Java classes and resources into memory until the build process is completed. However, you can choose to use the file-system based compiler to build EAR files.
Procedure
When using the Studio Tools utility to build an EAR file, set the option -lc to use the file-system based legacy compiler.
Note: When building an EAR file in memory for a large project, the JVM may run out of
PermGenSpace and/or heap space. In such cases, edit the
BE-HOME/studio/eclipse/studio.ini and
BE-HOME/studio/bin/studio-tools.tra file to set appropriate values for the JVM settings. By default the heap size is set to
-XX:MaxPermSize=256m.
Copyright © TIBCO Software Inc. All Rights Reserved.