liunaijie commented on issue #5958:
URL: https://github.com/apache/seatunnel/issues/5958#issuecomment-1838085828

   > sorry,could you tell me where to get file:seatunnel.cmd?Or how can I 
generate it?
   
   oh, sorry. i just realize the `cmd` file is not in release package. 
   For your issue, you can modify the `seatunnel.sh`  file, change the final 
command from `java xxx` to `echo java xxx` and verify by yourself. check is the 
jar location and the jar name is correct.
   
   the correct command shoule like:
   ```
   java ....
   -cp ... 
   ..../starter/seatunnel-starter.jar 
org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient
   -c ...
   -e local
   
   ```
   
   
   
   


-- 
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]

Reply via email to