Forked from
IT1901 / course-material
221 commits behind the upstream repository.
-
George Adrian Stoica authoredGeorge Adrian Stoica authored
- Installation
- Install Java
- Guide for installing Java Development Kit
- Download links
- How and why to uninstall older versions of Java
- Install Git
- Download link
- For Windows we recommend Git for Windows
- Install Eclipse or Intellij
- Intellij download link (download the free community edition)
- Eclipse for Java download link
- Update the local project credentials to match your Gitlab user.
- How to clone video
How To.md 1.29 KiB
Installation
Install Java
Guide for installing Java Development Kit
Download links
How and why to uninstall older versions of Java
https://www.java.com/en/download/faq/remove_olderversions.xml
Install Git
Download link
https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
For Windows we recommend Git for Windows
Install Eclipse or Intellij
Intellij download link (download the free community edition)
https://www.jetbrains.com/idea/download/#section=mac
Eclipse for Java download link
https://www.eclipse.org/downloads/packages/release/2019-06/r/eclipse-ide-java-developers
Update the local project credentials to match your Gitlab user.
- Open the terminal window and go to your Gitlab project
- Update local user email with 'git config --local user.email YOUR_NTNU_USERNAME@stud.ntnu.no'
- Update local user password with 'git config --local user.password YOUR_NTNU_PASSWORD'
- Update local user username with 'git config --local user.name YOUR_NTNU_USERNAME'
How to clone video
VIDEO: https://vimeo.com/355521976