Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

project 컴파일 및 제출 관련 #47

Open
Dongjoo-Kim opened this issue Dec 20, 2019 · 0 comments
Open

project 컴파일 및 제출 관련 #47

Dongjoo-Kim opened this issue Dec 20, 2019 · 0 comments

Comments

@Dongjoo-Kim
Copy link
Contributor

project는 sbt를 지원하기 위해 스켈레톤 코드가 기존과 다른 형식으로 되어있습니다.

로컬에서 컴파일을 하실 때에는 제공한 폴더 구조를 수정하시지 말고 sbt run을 사용하시거나 제공한 스크립트를 사용하시면 됩니다.

서버에 제출을 하실 때에는 숙제와 동일하게 src 폴더 안에 Env.scala와 Interpreter.scala를 위치시킨 뒤 압축해서 제출하시면 됩니다.

또한 윈도우에서 진행하시는 경우 compile.bat과 run.bat의 classpath 설정에서 아래와 같이 import할 jar 파일을 전부 명시하여야 정상작동하는 경우가 있었으니 수정하여 사용하시기 바랍니다.

call scalac -classpath "lib/*;classes/" -d classes/ src/main/scala/Env.scala
->
call scalac -classpath "lib/EnvIF.jar;lib/Common.jar;lib/ValueIF.jar;classes/" -d classes/ src/main/scala/Env.scala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant