-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/sangriel/OpenSw into main
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# OpenSw 과제 전용 | ||
|
||
|
||
## 명령어 (컴파일) | ||
jsoup 버젼 및 컴파일시 classpath 문제로 인하여 명령어를 --module-path를 사용하여 컴파일 하였습니다. | ||
|
||
`javac --module-path jars/jsoup-1.14.3.jar:jars/kkma-2.1.jar src/scripts/*.java -d bin -encoding UTF8` | ||
|
||
## 명령어 실행 (2주차) | ||
`java -cp ./jars/jsoup-1.14.3.jar:./jars/kkma-2.1.jar:bin scripts.kuir -c data` | ||
## 명령어 실행 (3주차) | ||
`java -cp ./jars/jsoup-1.14.3.jar:./jars/kkma-2.1.jar:bin scripts.kuir -k ./collection.xml` | ||
## 명령어 실행 (4주차) | ||
`java -cp ./jars/jsoup-1.14.3.jar:./jars/kkma-2.1.jar:bin scripts.kuir -i ./index.xml` | ||
|