awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

Awesome GitHub RepositoriesJava Development Packs

Pre-configured development environment setups that include editors and language runtimes for Java development.

Explore 4 awesome GitHub repositories matching development tools & productivity · Java Development Packs. Refine with filters or upvote what's useful.

Awesome Java Development Packs GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • microsoft/vscodeAvatar de microsoft

    microsoft/vscode

    186,401Voir sur GitHub↗

    This project is a cross-platform code editor designed for software development, offering a comprehensive suite of tools for text editing, workspace management, and task automation. It includes native support for version control, an integrated terminal, and a flexible task runner that allows for the execution of build, test, and deployment workflows directly within the environment. The editor features an extensive AI-driven development assistant system, which provides conversational chat interfaces, inline code suggestions, and autonomous agents capable of executing multi-step coding tasks. Th

    Bundles pre-configured development setups that include language runtimes and essential tools for specialized programming workflows.

    TypeScripteditorelectronmicrosoft
    Voir sur GitHub↗186,401
  • judasn/linux-tutorialAvatar de judasn

    judasn/Linux-Tutorial

    8,730Voir sur GitHub↗

    This is a practical, step-by-step guide to Linux system administration, command-line usage, and development environment setup, written from the perspective of a Java developer. The tutorial is structured as a sequence of terminal commands with explanations, teaching system administration through direct modification of plain-text configuration files. It provides separate workflows for CentOS, Ubuntu, and Kali Linux, covering both yum and apt package managers with equivalent commands for each operation. The guide emphasizes a security-first workflow, walking through firewall configuration, SSH

    Provides a dedicated guide for setting up a Linux development environment from a Java developer's perspective.

    Shellcentoselasticsearchfastdfs
    Voir sur GitHub↗8,730
  • sb2nov/mac-setupAvatar de sb2nov

    sb2nov/mac-setup

    7,358Voir sur GitHub↗

    This project is a step-by-step guide for setting up a complete programming environment on a new Mac. It walks through configuring Git with identity and credential caching, installing and managing software through the Homebrew package manager, and customizing the terminal with Oh My Zsh, fuzzy finders, and keyboard shortcuts. The guide also covers setting up JetBrains IDEs with shared key mappings and plugins, and installing development language runtimes for Node, Python, C++, Ruby, Go, and Java. The guide differentiates itself by providing a structured onboarding checklist that covers the ful

    Provides instructions for downloading and configuring the Java Development Kit on macOS.

    TypeScriptfresh-installsgitbookguide
    Voir sur GitHub↗7,358
  • jenv/jenvAvatar de jenv

    jenv/jenv

    6,621Voir sur GitHub↗

    Manage your Java environment

    Sets JAVA_HOME automatically when entering a specific project directory, isolating JDK versions by project.

    Shell
    Voir sur GitHub↗6,621
  1. Home
  2. Development Tools & Productivity
  3. Development Environment Management
  4. Development Environments
  5. Language-Specific Tooling
  6. Java Development Packs

Explorer les sous-tags

  • JDK Installers1 sous-tagTools and scripts for downloading and configuring Java Development Kit distributions on development machines. **Distinct from Java Development Packs:** Distinct from Java Development Packs: focuses on the installation of the JDK itself, not the full pre-configured development environment.
  • JDK Version Managers1 sous-tagCommand-line tools for installing, switching between, and managing multiple Java Development Kit versions. **Distinct from Java Development Packs:** Distinct from Java Development Packs: focuses on managing multiple JDK versions via CLI, not a pre-configured environment.
  • Linux Environment SetupsGuides for configuring a Linux system with tools and settings tailored for Java development. **Distinct from Java Development Packs:** Distinct from Java Development Packs: focuses on Linux-specific environment configuration rather than pre-configured IDE packs.