susanbushisan commented on issue #5258: URL: https://github.com/apache/seatunnel/issues/5258#issuecomment-1694929313
> > I download seatunnel for my window pc , but I can't run SeaTunnel Application with git bash. It seems like start up script not support on windows. Is there a way to fix this? > > How did you run? And what's the command you execute? first execute` ./bin/install-plugin.sh with git bash` ---- success then execute` ./bin/seatunnel.sh --config ./config/v2.batch.config.template -e local` ---- fail _错误: 找不到或无法加载主类 org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient 原因: java.lang.ClassNotFoundException: org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient_ guess the diff java command then execute `java -Dhazelcast.client.config=/d/soft/apache-seatunnel-2.3.3/config/hazelcast-client.yaml -Dseatunnel.config=/d/soft/apache-seatunnel-2.3.3/config/seatunnel.yaml -Dhazelcast.config=/d/soft/apache-seatunnel-2.3.3/config/hazelcast.yaml -Dlog4j2.configurationFile=/d/soft/apache-seatunnel-2.3.3/config/log4j2_client.properties -Dseatunnel.logs.path=/d/soft/apache-seatunnel-2.3.3/logs -Dseatunnel.logs.file_name=seatunnel-starter-client-1692955317755 -Xms1g -Xmx1g -XX:+HeapDumpOnOutOfMemoryError -cp /d/soft/apache-seatunnel-2.3.3/lib/*;/d/soft/apache-seatunnel-2.3.3/starter/seatunnel-starter.jar org.apache.seatunnel.core.starter.seatunnel.SeaTunnelClient --config ./config/v2.batch.config.template -e local` ---- fail _错误: 找不到或无法加载主类 D:.soft.apache-seatunnel-2.3.3.lib.seatunnel-transforms-v2.jar 原因: java.lang.ClassNotFoundException: D:.soft.apache-seatunnel-2.3.3.lib.seatunnel-transforms-v2.jar bash: /d/soft/apache-seatunnel-2.3.3/starter/seatunnel-starter.jar: cannot execute binary file: Exec format error_ can't run st -- 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]
