Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

Interact with the JVM's BootClassLoader in many useful (but hacky) ways.

License

Notifications You must be signed in to change notification settings

xtrm-en/bootclassloader

Repository files navigation

bootclassloader

Build Maven Central

interact with the JVM's Bootstrap ClassLoader in many useful (and sometimes hacky) ways.

importing

you can import bootclassloader from maven central just by adding it to your dependencies:

gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation("me.xtrm:bootclassloader:{VERSION}")
}

maven

<dependency>
    <groupId>me.xtrm</groupId>
    <artifactId>bootclassloader</artifactId>
    <version>{VERSION}</version>
</dependency>

troubleshooting

if you ever encounter any problem related to this project, you can open an issue describing what the problem is. please, be as precise as you can, so that we can help you asap. we are most likely to close the issue if it is not related to our work.

contributing

you can contribute by forking the repository, making your changes and creating a new pull request describing what you changed, why and how.

licensing

this project is under the ISC license.

About

Interact with the JVM's BootClassLoader in many useful (but hacky) ways.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published