Skip to content

rubfan/hillel-java-elementary

Repository files navigation

hillel-java-elementary

  1. JDK download and installation:
    • download from Oracle site
    • setup: JAVA_HOME environment variable
    • add in PATH environment variable
  2. create Git account.
  3. create Fork from: https://github.com/rubfan/hillel-java-elementary
  4. create Slack account.
  5. join to our java-elementary-group: https://join.slack.com/t/hilleljava/shared_invite/enQtMzE1OTkwNTQwODIzLWE5NDNmNzExN2U4Njk2OGZiZjA5YmFjMjg0Y2RmZWRhYWNlMjcyYjYwYjA0MTVlNzI2MzRiM2IwY2Y2OTA4NmY
  6. copy link to your fork.
  7. enter to your command line: git clone ...your fork link...
  8. open created folder and go to the current "task_0" folder
  9. create your own folder: firstname.lastname.rownumber.placenumber
  10. go to this folder: cd firstname.lastname.rownumber.placenumber
  11. create java file: touch YourClass.java
  12. edit your file: vi YourClass.java
  13. write necessary code and accomplish your current task.
  14. compile your java file: javac src/YourClass.java -d out
  15. start compiled class: java -cp out YourClass
  16. create java docs: javadoc -d docs src/YourClass.java
  17. git status
  18. git add .
  19. git status
  20. commit your changes: git commit -m "some comments about your changes"
  21. push your changes to yor fork repository: push origin master
  22. go to your git fork page and check all changes.
  23. click the button "Pull Request" and create PR form your fork branch to master.

===HELP===

enter to your command line: cat path_to_project/README.md got it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published