Skip to content

Pass in null classloader to work with 1.15.2 - #428

Merged
walterhiggins merged 1 commit into
walterhiggins:developmentfrom
jwulf:patch-4
Jan 29, 2020
Merged

Pass in null classloader to work with 1.15.2#428
walterhiggins merged 1 commit into
walterhiggins:developmentfrom
jwulf:patch-4

Conversation

@jwulf

Copy link
Copy Markdown
Contributor

Fixes#423.

@ghost

Copy link
Copy Markdown

If anyone needs this JAR for 1.15.2...
Download
I compiled this with the latest version of Ant and edited build.xml like so:
from

<javacincludeantruntime="false"source="1.6"target="1.6"destdir="${build}"debug="true">

to

<javacincludeantruntime="false"source="1.7"target="1.7"destdir="${build}"debug="true">

so if you don't trust the download, build it yourself from this pull request's repository.

@TonyGravagno

Copy link
Copy Markdown
Collaborator

Based on #427 shouldn't we be bumping to JDK 1.9?

@walterhiggins
walterhiggins merged commit dae0f9d into walterhiggins:developmentJan 29, 2020
@jwulf
jwulf deleted the patch-4 branch January 29, 2020 13:33
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ScriptCraft - Potential Compatibility Issue with Minecraft 1.15.2 + JRE

6 participants

@jwulf@TonyGravagno@jrennie@HynesIP@kangarko@walterhiggins