Document Type | Technical Information
Category | Interface/Integration
Applicable Product Versions | 6FS05, 6FS06, 6FS07, 7FS01, 7FS02, 7FS02PS
Document Number | TIITI007
Overview
This guide explains how to check the JDK version set in a Windows environment and how to modify the TiberoStudio.ini file to use a different JDK version in Tibero Studio.
Method
Modifying the TiberoStudio.ini File
Below is the method for modifying the TiberoStudio.ini file.
-isDBA=true (change if it is currently set to false) -clearPersistedState added -vm C:\Program Files\Java\jdk-1.8\bin\javaw.exe (adjust the path accordingly and apply)
Example
-startup plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.300.v20150602-1417 --launcher.GTK_version 2 -logLevel=info -isDBA=true -clearPersistedState -vm C:\Program Files\Java\jdk-1.8\bin\javaw.exe -vmargs -Xms256m -Xmx1024m