classloader

There are 102 repositories under classloader topic.

  • alibaba/arthas

    Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas

    Language:Java35k1.1k2k7.4k
  • core-lib/xjar

    Spring Boot JAR 安全加密运行工具,支持的原生JAR。

    Language:Java1.6k47120444
  • androidmalin/AndroidComponentPlugin

    Android上简单实现四大组件的插件化,供学习使用

    Language:Kotlin454121156
  • jboss-modules/jboss-modules

    A Modular Classloading System

    Language:Java271310208
  • y1yang0/yvm

    [yvm] low performance garbage-collectable jvm

    Language:C++24915554
  • core

    burningwave/core

    An advanced and highly optimized Java library to build frameworks: it's useful for scanning class paths, generating classes at runtime, facilitating the use of reflection, scanning the filesystem, executing stringified source code and much more...

    Language:Java18461122
  • oldratlee/land

    :dango: Land is a simple Java™ dependency-isolation container via class loader.

    Language:Java142121649
  • Catherine22/ClassLoader

    Loading apks or classes without reinstalling your app.

    Language:Java13810836
  • Column01/Discord-Moderation-Bot

    Modular Moderation bot for Discord

    Language:Python11192159
  • core-lib/loadkit

    Java 资源加载器,充分拓展ClassLoader#getResources(name)的能力,实现递归加载,支持普通风格 / 包名风格 / ANT风格 / 正则风格路径的资源加载同时支持自定义过滤器,通常作为框架的基础类库。

    Language:Java497038
  • jvm-driver

    toolfactory/jvm-driver

    A driver to allow deep interaction with the JVM without any restrictions

    Language:Java48344
  • TFdream/cherry

    A flexible, stable, easy-to-use plugin Framework for Java applications.

    Language:Java467234
  • kayodesu/cabin

    A toy jvm written in C, based on jdk16

    Language:C31317
  • evasnowind/framework-dev-learning

    常见框架开发技术的demo汇总,包括java字节码编程(java agent, instrument, byte buddy), java动态代理,自定义classloader,java spi, zero copy, netty, spring aop/condition,spring boot starter, 数据库连接池等。

    Language:Java30109
  • xuanbo/easy-java

    整理java技术要点,让java更简单,更容易上手。

    Language:Java283010
  • kawasima/websocket-classloader

    Load remote java classes via WebSocket.

    Language:Java27609
  • esastack/esa-cabin

    A lightweight class isolation container for Java applications.

    Language:Java24237
  • Revxrsal/Tuna-Bytes

    An all-purpose mixins framework for Java bytecode manipulation at runtime, targeted at those with minimal understanding of the bytecode structure.

    Language:Java22115
  • souzen/light-jpf

    Lightweight Java Plugin Framework

    Language:Java19518
  • wujun728/jun_microservice

    jun_microservice 微服务项目模板,暂未集成低代码功能,后续集成低代码功能跟多客户端小程序等

    Language:Java181111
  • 360matt/RunnableOverNetwork

    Allows you to send class Runnable, Consumer, Function files via the socket, load them into the CloassLoader and have it executed on the server side. Allows you to debug an application [remotely] without restarting it.

    Language:Java16302
  • chrisgleissner/jisolate

    Java Code Isolation

    Language:Java16303
  • oldratlee/java-compiler-demo

    Demo project of creating dynamic applications with javax.tools.JavaCompiler

    Language:Java13504
  • NashornTools/NnClassLoader

    Java ClassLoader for Nashorn with Maven support. Allows to define any Java dependencies directly in scripts.

    Language:JavaScript12404
  • piran-framework/ganjex

    Passive Container With Runtime Lifecycle Management

    Language:Java12434
  • doraemon

    qianxingchuan/doraemon

    2048乐队是一个很牛逼的乐队!这是一个轻量级的Java模块隔离框架

    Language:Java12411
  • litongjava/hotswap-classloader

    hotswap-classloader is a dynamic class loader based on the JVM. It utilizes the HotSwapWatcher and HotSwapClassloader technologies to dynamically detect modifications to class files. This project was inspired by the hot loading design of jfinal-undertow.

    Language:Java11202
  • LonelyPluto/LoadResourceDemo

    android动态加载外部资源文件

    Language:Java10102
  • SleepyDeb/JSharp

    JSharp is a .class loader for Net Core (similar to IKVM) is based on a features remapping of JDK on .Net Core libs

    Language:C#10411
  • fmunch/transloader

    Packaging of the Java Transloader project without dependencies

    Language:Java8306
  • mtumilowicz/java9-classloaders

    Overview of changes of classloaders in Java 9.

    Language:Java8100
  • sweat123/fat-jar-isolation

    Java class isolation with fat jar

    Language:Java8204
  • wilmerkrisp/archidoc

    Documenting Software Architecture Plugin. Visualizing code of your application. It generates full diagram of your classes in .dot(graphviz) file.

    Language:Java8201
  • b2b-jcl

    kotalr/b2b-jcl

    Dynamic java classloader (in-memory and JDBC classloader). Load class code from DB, load class code into MEM cache from jar files, directories with jar files, class file, java file.

    Language:Java7101
  • matfax/klassindex

    Index Kotlin classes at compile time as if they were statically referenced.

    Language:Kotlin7491
  • sirmordred/JarClassLoader

    Dynamically load class from jar at runtime from anywhere on android