You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2019. It is now read-only.
我试了一下,没有了这个错误.但还不能进入cosole
C:\path\to\HouseMD>housemd.bat 1172
INFO : load agent /C:/path/to/HouseMD/housemd.jar
INFO : options:
INFO : /C:/path/to/HouseMD/housemd.jar
INFO : com.github.zhongl.housemd.Telephone
INFO : 54321
INFO : com.github.zhongl.housemd.Trace
INFO : com.github.zhongl.housemd.Loaded
INFO : connection established on 54321
到这里挂住了.下面是照着shell写的bat内容. @echo off
rem test setting
set JAVA_HOME=d:\jdks\jdk7
if 'x%JAVA_HOME%'=='x' (
echo.
echo Please set JAVA_HOME to JDK 6+!
echo.
goto end
)
:execute
set TOOL_JAR=%JAVA_HOME%\lib\tools.jar
if exist %TOOL_JAR% (set BOOT_CLASSPATH=-Xbootclasspath/a:%TOOL_JAR%)
%JAVA_HOME%\bin\java %BOOT_CLASSPATH% -jar housemd.jar %1
The text was updated successfully, but these errors were encountered: