Software Configurations Required for the Mac OS Platform
In the MacOS platform, TIBCO BusinessEvents Studio and TIBCO BusinessEvents Decision Manager add-on requires Java 6 for launching. If you do not want to install Java 6, you can use some workaround to launch Studio.app and Decisionmanager.app applications.
You can use either of these workarounds
- You can launch Studio.app and Decisionmanager.app using binary executable files present at the following locations:
- If you want to directly run
Studio.app and
Decisionmanager.app, you can edit the JDK installation file to update the JVMCapabilities dictionary. The JDK installation file is located at
/Library/Java/JavaVirtualMachines/jdk1.8.0_x.jdk/Contents/Info.plist. Update the JVMCapabilities dictionary with the following values:
<key>JVMCapabilities</key> <array> <string>CommandLine</string> <string>JNI</string> <string>BundledApp</string> <string>WebStart</string> <string>Applets</string> </array>
Related tasks
Related reference
Copyright © Cloud Software Group, Inc. All rights reserved.