Skip to content

moondg/cs332-assign

Repository files navigation

CSED332 Software Design Method

Setup

install java

sudo apt-get install openjdk-8-jdk

set environment variable

java --version
which java
readlink -f PATH_FROM_COMMAND_ABOVE

open ~/.bashrc and paste

export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
export PATH=${PATH}:${JAVA_HOME}/bin

apply ~/.bashrc in current terminal(optional)

source ~/.bashrc

check

echo $JAVA_HOME

install coursier

curl -fL "https://github.com/coursier/launchers/raw/master/cs-x86_64-pc-linux.gz" | gzip -d > cs
chmod +x cs
./cs setup
cs install scala:2.11.5

you may see output below when excuting ./cs setup

Checking if a JVM is installed
Found a JVM installed under /usr/lib/jvm/java-8-openjdk-amd64.

Troubleshooting

About

Upload CSED332(Software Design Method) works

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages