awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

Awesome GitHub RepositoriesRuntime Classpath Expansion

Dynamic expansion of the JVM classpath during execution to include new directories or archives.

Distinct from Classpath Dependency Management: Different from dependency management; focuses on the runtime expansion of the active classpath.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Runtime Classpath Expansion. Refine with filters or upvote what's useful.

Awesome Runtime Classpath Expansion GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • sbt/sbtsbt का अवतार

    sbt/sbt

    4,929GitHub पर देखें↗

    Sbt Scala और Java के लिए डिज़ाइन किया गया एक JVM बिल्ड टूल और डिपेंडेंसी प्रबंधन प्रणाली है। यह एक मल्टी-प्रोजेक्ट बिल्ड ऑर्केस्ट्रेटर के रूप में कार्य करता है जो सोर्स कोड के संकलन का प्रबंधन करता है, रिमोट रिपॉजिटरीज़ से बाहरी लाइब्रेरीज़ को हल करता है, और वितरण के लिए बाइनरीज़ को पैकेज करता है। यह प्रोजेक्ट अपने इंटरैक्टिव बिल्ड सिस्टम द्वारा प्रतिष्ठित है, जो वास्तविक समय में स्टेट निरीक्षण और कार्य निष्पादन के लिए एक रीड-इवैल-प्रिंट लूप प्रदान करता है। यह कार्यों को संसाधित करने के लिए डिपेंडेंसी-ग्राफ आधारित निष्पादन मॉडल का उपयोग करता है और डायनामिक बिल्ड कॉन्फ़िगरेशन के लिए एक टाइप-सेफ की-वैल्यू स्टोर बनाए रखता है। इसकी क्षमताओं में इंक्रीमेंटल रीकंपाइलेशन, मॉड्यूलर प्रोजेक्ट संगठन और स्वचालित टेस्ट निष्पादन के साथ JVM बिल्ड ऑटोमेशन शामिल है। यह सिस्टम क्रॉस-वर्ज़न कंपाइलेशन, क्लाउड स्टोरेज में आर्टिफैक्ट पब्लिशिंग और कस्टम बिल्ड लॉजिक जोड़ने के लिए एक एक्स्टेंसिबल प्लगइन मॉडल का भी समर्थन करता है।

    Enables dynamic expansion of the JVM classpath during execution to incorporate additional library files.

    Scala
    GitHub पर देखें↗4,929
  • hotswapprojects/hotswapagentHotswapProjects का अवतार

    HotswapProjects/HotswapAgent

    2,572GitHub पर देखें↗

    HotswapAgent is a Java runtime instrumentation agent and bytecode redefinition tool designed to apply code changes to running applications instantly. It functions as a hot swap utility and classloader extender that modifies method bodies and updates class definitions without requiring a process restart. The project distinguishes itself as a framework state synchronizer, ensuring that beans, caches, and configurations remain consistent after class redefinitions. It provides specialized mechanisms to refresh managed beans, dependency injection points, and persistence factories, allowing logic c

    Adds external directories to the watched classpath to enable hotswapping of classes inside dependent archives.

    Java
    GitHub पर देखें↗2,572
  • teneted/tenetTeneted का अवतार

    Teneted/Tenet

    1,518GitHub पर देखें↗

    Tenet is a Java-based Minecraft server runtime designed to host multiplayer sessions that incorporate both complex custom content and server-side modifications. It functions as a modding platform that integrates distinct server ecosystems into a single, unified environment. The project distinguishes itself by enabling the simultaneous execution of Forge mods alongside Bukkit or Spigot plugins within one server instance. By bridging these traditionally separate frameworks, it allows administrators to combine diverse gameplay features and management tools that would otherwise be incompatible.

    Combines multiple distinct library sets into a single runtime environment to allow simultaneous access to conflicting API dependencies.

    Javabukkitcauldroncraftbukkit
    GitHub पर देखें↗1,518
  1. Home
  2. Programming Languages & Runtimes
  3. Runtime Classpath Expansion

सब-टैग एक्सप्लोर करें

  • Classpath MergersTools that consolidate multiple distinct library sets into a single runtime environment to resolve dependency conflicts. **Distinct from Runtime Classpath Expansion:** Distinct from Runtime Classpath Expansion: focuses on merging conflicting library sets rather than just expanding the path.