Skip to content

JavaLoader version 0.0.1

Choose a tag to compare

@Pieter12345 Pieter12345 released this 05 Jul 16:12
· 111 commits to master since this release

This is the first release of JavaLoader. At this point, it is at least possible to:

  • Load, unload and recompile java projects in runtime.
  • Depend (include/provided) on jar files and other JavaLoader projects.
  • Get your project main class through the JavaLoader Bukkit plugin.
  • Run non-Bukkit projects from the standalone version (through commandline).

It is likely that more project settings will be added in the future and that the current way to provide dependencies will change with later releases, so make sure to keep an eye on the release notes when updating.