Skip to content

HannachiHassen/Basic-Java-Tutorail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic JAVA Tutorial

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  • Developing Software
    • Download Java JDK
    • Download Eclipse or IntelliJ IDEA

Built With

Installing

A step by step series to get a Development Environment running

Download the Java JDK
  1. Download the installer program from Oracle "Download Java" page: https://www.oracle.com/java/technologies/downloads/#java17
  2. Download the correspondents JDK executable file according to your Operating System (OS : Linux, Mac OS, Windows OS).
  3. Start the Java JDK Installer executable
  4. Select your installation folder
Set up Java JDK envir or change the PATH system variable
  1. In Search, search for and then select: System (Control Panel)
  2. Click the Advanced system settings link.
  3. Click Environment Variables.
  4. Click new and give the follwing name: JAVA_HOME, specify the value of the environment variable to Java JDK file in the Operating System.
  5. In the section System Variables find the PATH environment variable and select it.
  6. Click Edit.
  7. In the Edit System Variable (or New System Variable) window, specify the value of the PATH environment variable to the "bin" file of Java JDK path in the OS.
  8. Click OK. Close all remaining windows by clicking OK.
  9. Reopen Command prompt window, and run the command line: java --version
Download the Eclipse Installer
  1. Download Eclipse Installer from http://www.eclipse.org/downloads
  2. Start the Eclipse Installer executable
  3. Select the package to install
  4. Select your installation folder
  5. Launch Eclipse

Versioning

For the versions available, see the tags on this repository.

Authors

License

This project is not under any License - Open source

Releases

No releases published

Packages

No packages published

Languages