This repository has been archived on 2022-08-01. You can view files and clone it, but cannot push or open issues or pull requests.
AuctionProg/bin/2. compile.bat

3 lines
No EOL
99 B
Batchfile
Executable file

set CLASSPATH=%CLASSPATH%;C:\JGroups\jgroups-3.6.0.Final.jar;
javac -Xlint:unchecked *.java
pause