1 Star 0 Fork 17

wolf/Ai2Server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Ai2Runbud.bat 772 Bytes
一键复制 编辑 原始数据 按行查看 历史
fsyzty 提交于 2021-03-30 06:17 . v185a-51-gf4309793
@echo off
%1(start /min cmd.exe /c %0 :&exit)
chcp 65001
echo "Starting App Inventor 2 BuildServer..."
title BuildServer
cd %~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%
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wolfgold/Ai2Server.git
git@gitee.com:wolfgold/Ai2Server.git
wolfgold
Ai2Server
Ai2Server
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385