File tree Expand file tree Collapse file tree 8 files changed +5
-5
lines changed
Expand file tree Collapse file tree 8 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4747}
4848
4949application {
50- mainClass. set(" chatbot.alain.ChatbotAlain " )
51- mainClassName = " chatbot.alain.ChatbotAlain "
50+ mainClass. set(" chatbot.alain.Launcher " )
51+ mainClassName = " chatbot.alain.Launcher "
5252}
5353
5454shadowJar {
Original file line number Diff line number Diff line change 205205
206206set -- \
207207 -classpath " $CLASSPATH " \
208- chatbot.alain.ChatbotAlain \
208+ chatbot.alain.Launcher \
209209 " $@ "
210210
211211# Stop when "xargs" is not available.
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ set CLASSPATH=%APP_HOME%\lib\ip.jar;%APP_HOME%\lib\javafx-fxml-17.0.7-win.jar;%A
7272
7373
7474@ rem Execute ip
75- " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %IP_OPTS% -classpath " %CLASSPATH% " chatbot.alain.ChatbotAlain %*
75+ " %JAVA_EXE% " %DEFAULT_JVM_OPTS% %JAVA_OPTS% %IP_OPTS% -classpath " %CLASSPATH% " chatbot.alain.Launcher %*
7676
7777:end
7878@ rem End local scope for the variables with windows NT shell
Original file line number Diff line number Diff line change 11Manifest-Version : 1.0
2- Main-Class : chatbot.alain.ChatbotAlain
2+ Main-Class : chatbot.alain.Launcher
33
You can’t perform that action at this time.
0 commit comments