Jump to content

ShinKaZaMa2

Members
  • Posts

    48
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

Posts posted by ShinKaZaMa2

  1. so guys i fix It

     

    just Right Click Console

     

    and Remove

    :: EXAMPLE PATH
    :: set JAVA_PATH="C:\Program Files\Java\jdk1.6.0_13\lib\tools.jar"
    set JAVA_PATH="C:\Program Files\Java\jdk1.6.0_13\lib\tools.jar"
    
    if NOT EXIST "%JAVA_HOME%"\lib\tools.jar GOTO check_path
    goto je
    
    :check_path
    if NOT EXIST %JAVA_PATH%\lib\tools.jar GOTO jne
    SET JAVA_HOME="C:\Program Files\Java\jdk1.6.0_13\bin"
    goto je
    
    :jne
    ECHO.
    echo     JAVA JDK not exists. 
    echo     Set path to JAVA JDK into JAVA_PATH in this script file or 
    echo     set JAVA_HOME variable into system variables.
    goto end

  2. so guys i fix It

     

    just Right Click Console

     

    and Remove

    :: EXAMPLE PATH
    :: set JAVA_PATH="C:\Program Files\Java\jdk1.6.0_13\lib\tools.jar"
    set JAVA_PATH="C:\Program Files\Java\jdk1.6.0_13\lib\tools.jar"
    
    if NOT EXIST "%JAVA_HOME%"\lib\tools.jar GOTO check_path
    goto je
    
    :check_path
    if NOT EXIST %JAVA_PATH%\lib\tools.jar GOTO jne
    SET JAVA_HOME="C:\Program Files\Java\jdk1.6.0_13\bin"
    goto je
    
    :jne
    ECHO.
    echo     JAVA JDK not exists. 
    echo     Set path to JAVA JDK into JAVA_PATH in this script file or 
    echo     set JAVA_HOME variable into system variables.
    goto end

×
×
  • Create New...