Last active
September 25, 2018 09:37
-
-
Save pawndev/263a61e0fa98bcae01e16ca7b1451a05 to your computer and use it in GitHub Desktop.
java compiler from batch file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rem Maryse_gift bat | |
echo off | |
cls | |
set CLASSPATH=%CLASSPATH%;C:\Program Files\Java\jdk1.7.0_45\lib;%cd%;. | |
set PATH=%PATH%;C:\Program Files\Java\jdk1.7.0_45\bin | |
javac Maryse_gift.java | |
pause | |
java Maryse_gift | |
pause |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment