16 Star 58 Fork 17

佛山市第一中学-汤勇/Ai2Server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Ai2Runbud.bat 775 Bytes
一键复制 编辑 原始数据 按行查看 历史
fsyzty 提交于 2023-01-08 10:58 . 删除历史版本记录,初始化仓库
@echo off
%1(start /min cmd.exe /c %0 :&exit)
chcp 65001
echo "Starting App Inventor 2 BuildServer..."
title BuildServer
cd /d %~dp0
SET JAVA_HOME=%~dp0OPENJDK
rem SET PYTHON_HOME=%~dp0Python
SET BUILD_HOME=%~dp0BuildServer
SET Cloud_SDK_HOME=%~dp0GCloudSdk
SET dexcache=%~dp0dexcache
SET PATH=%JAVA_HOME%\bin;%Cloud_SDK_HOME%\bin;%PATH%;
SET _JAVA_OPTIONS= -Xms64m -Xmx1024m
SET JAVA_TOOL_OPTIONS="-Dfile.encoding=UTF-8"
if exist %dexcache% (
cd %dexcache%
del /q "*.jar"
cd ..
)
for /f "tokens=1-5" %%i in ('netstat -ano^|findstr ":9990"') do (
echo kill the process %%m use the port 9990
taskkill /F /T /pid %%m
)
cd "%BUILD_HOME%"
java -cp "*" com.google.appinventor.buildserver.BuildServer --dexCacheDir %dexcache%
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/fsyz/Ai2Server.git
[email protected]:fsyz/Ai2Server.git
fsyz
Ai2Server
Ai2Server
master

搜索帮助