GangLiCN commented on issue #8226: URL: https://github.com/apache/seatunnel/issues/8226#issuecomment-2594790594
> 2.3.9 snapshot 问题依旧,打印出要执行的命令如下,感觉是分号影响了启动。 > > ``` > java -Dlog4j2.configurationFile=i:\work\2025-01-seatunnel\apache-seatunnel-2.3.9-SNAPSHOT\config\log4j2.properties -Dseatunnel.logs.path=i:\work\2025-01-seatunnel\apache-seatunnel-2.3.9-SNAPSHOT\logs -Dseatunnel.logs.file_name=seatunnel-flink-starter -cp i:\work\2025-01-seatunnel\apache-seatunnel-2.3.9-SNAPSHOT\starter\logging\*;i:\work\2025-01-seatunnel\apache-seatunnel-2.3.9-SNAPSHOT\starter\seatunnel-flink-15-starter.jar org.apache.seatunnel.core.starter.flink.FlinkStarter --config config/v2.streaming.cdc.template > ``` 跟分号没有关系,windows下 java处理classpath就是以分号分隔多个jar文件的。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
