{"id":19316070,"url":"https://github.com/lahcenezzara/java-explorer","last_synced_at":"2025-07-29T11:34:20.873Z","repository":{"id":260092069,"uuid":"880241939","full_name":"LahcenEzzara/java-explorer","owner":"LahcenEzzara","description":"Java Explorer","archived":false,"fork":false,"pushed_at":"2025-04-16T21:20:17.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-17T09:04:45.360Z","etag":null,"topics":["beginner-friendly","hello-world","java","java-basics","java-programming","java-se-17"],"latest_commit_sha":null,"homepage":"https://lahcenezzara.github.io/java-explorer/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LahcenEzzara.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-29T11:31:19.000Z","updated_at":"2025-04-16T21:20:20.000Z","dependencies_parsed_at":"2024-10-29T13:30:18.796Z","dependency_job_id":null,"html_url":"https://github.com/LahcenEzzara/java-explorer","commit_stats":null,"previous_names":["lahcenezzara/java-explorer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LahcenEzzara/java-explorer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LahcenEzzara%2Fjava-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LahcenEzzara%2Fjava-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LahcenEzzara%2Fjava-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LahcenEzzara%2Fjava-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LahcenEzzara","download_url":"https://codeload.github.com/LahcenEzzara/java-explorer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LahcenEzzara%2Fjava-explorer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267678448,"owners_count":24126333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["beginner-friendly","hello-world","java","java-basics","java-programming","java-se-17"],"created_at":"2024-11-10T01:09:45.947Z","updated_at":"2025-07-29T11:34:20.852Z","avatar_url":"https://github.com/LahcenEzzara.png","language":"Java","readme":"# Java Explorer\n\nThis repository contains a simple Java program that prints \"Hello World\" to the console. It demonstrates a basic setup for running Java code locally using Java SE 17.\n\n## Project Structure\n\n```\njava-explorer\n├── HelloWorld.java  # Java source file\n└── HelloWorld.class # Compiled Java bytecode file\n```\n\n## Getting Started\n\n### Prerequisites\n\n- **Java SE 17**: Make sure Java SE 17 is installed on your system. You can check your version by running:\n  ```sh\n  java -version\n  ```\n\n### Running the Program\n\n1. **Compile the Java file**: In PowerShell or your preferred command line, navigate to the directory containing `HelloWorld.java`, then run:\n   ```sh\n   javac HelloWorld.java\n   ```\n   This will generate a `HelloWorld.class` file.\n\n2. **Run the compiled program**: Execute the program with:\n   ```sh\n   java HelloWorld\n   ```\n   You should see the following output:\n   ```\n   Hello World\n   ```\n\n### Example\n\nPowerShell 7.4.6:\n```sh\nPS C:\\Home\\DEV\\Java-SE-17\\java-explorer\u003e javac HelloWorld.java\nPS C:\\Home\\DEV\\Java-SE-17\\java-explorer\u003e java HelloWorld\nHello World\nPS C:\\Home\\DEV\\Java-SE-17\\java-explorer\u003e\n```\n\n## Code\n\n```java\npublic class HelloWorld {\n    public static void main(String[] args) {\n        System.out.println(\"Hello World\");\n    }\n}\n```\n\n## License\n\nThis project is licensed under the MIT License.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flahcenezzara%2Fjava-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flahcenezzara%2Fjava-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flahcenezzara%2Fjava-explorer/lists"}