Document Type | Troubleshooting
Category | Administration
Applicable Product Version | 7FS02PS
Document Number | TADTS044
Issue
This is a case where TiberoStudio2 does not launch due to JAVA path or version issues. If TiberoStudio2 does not launch, it is often related to JDK issues.
Below are typical error cases caused by JAVA path setting errors.

Cause
The JDK version is either too high or the correct version is installed but the path cannot be found.
- The default JAVA_HOME path referenced by TiberoStudio2 is set to the jre inside the engine folder.
Example Path
[TiberoStudio2 folder path]\jre\bin\javaw.exe
Solutions
You must use JDK version 1.8. After accurately specifying the JAVA PATH in the environment variables, please launch TiberoStudio2.
Launching Using System Environment Variables
Notejdk8 should be installed in advance.
1. Check System Environment Variables/PATH


2. Verify that the JDK Environment Variable is Set Correctly
Check using CMD.
C:\Users\user>echo %JAVA_HOME% C:\Program Files\Java\jdk1.8.0_361 C:\Users\user>
Using Portable JDK
If it is difficult to change system environment variables, you can also prepare and use a portable jdk8.
1. Prepare Portable jdk8 in the TiberoStudio Folder

2. Set Path in TiberoStudio.ini File
Place the -vm value before -vmargs. Example) -vm .\jdk-8u361\bin\javaw.exe -vmargs -Xms256m -Xmx1024m If you do not set the path here, you can also rename the folder jdk-8u361 to jre to match the default path engine\jre\bin.