Configuring the Talend CommandLine parameters - 7.3

Talend Installation Guide

Version
7.3
Language
English
Operating system
Windows
Subscription type
Subscription
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Activity Monitoring Console
Talend Administration Center
Talend Artifact Repository
Talend CommandLine
Talend Data Preparation
Talend Data Stewardship
Talend DQ Portal
Talend ESB
Talend Identity and Access Management
Talend Installer
Talend JobServer
Talend LogServer
Talend MDM Server
Talend MDM Web UI
Talend Repository Manager
Talend Runtime
Talend SAP RFC Server
Talend Studio
Content
Installation and Upgrade
Last publication date
2022-10-30

Talend CommandLine as a Server is deprecated from Talend 7.1 onwards.

To configure the Talend CommandLine parameters that are passed to the Java application, you must edit the last lines of the jsl_static64.ini file which indicate the path to different files (such as configuration files, .jar files, and Java libraries).

Procedure

To do so, edit the parameters as shown below:
params = 13
param00 = -Xms64m
param01 = -Xmx1024m
param02 = -jar
param03 = <CommandLinePath>\plugins\org.eclipse.equinox.launcher_X.X.X.vXXXXXXXX.jar
param04 = -nosplash
param05 = -application
param06 = org.talend.commandline.CommandLine
param07 = -consoleLog
param08 = -data
param09 = <CommandLinePath>\commandline-workspace
param10 = startServer
param11 = -p
param12 = 8002
where <CommandLinePath> refers to the installation directory of the Talend CommandLine application.
Note: Note that the first parameter indicated is named param00 and not param01, and that the use of quotes is not required around strings holding spaces. Note also that every parameter value of Talend CommandLine must be indicated in a separate parameter.