Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Tweak classpath handling slightly to not drop one level in the class loader hierarchy #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Cervator
Copy link
Member

@Cervator Cervator commented Jul 4, 2020

Should allow using classpath entries added via the launch script. Also updates the bundled jar to the latest code.

For the utility setup within Terasology this lets execution access bundled Groovy classes as actual classes, rather than the awkward approach of loading them first as files, then dynamically instantiating them.

…class loader hierarchy.

Should allow using classpath entries added via the launch script. Also updates the bundled jar to the latest code.
Copy link

@soloturn soloturn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks ok. was there a case where you noticed a problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants