NOVA-Team / NOVA-Monorepo

The core API of the NOVA voxel game modding system
https://nova-team.github.io
GNU Lesser General Public License v3.0
66 stars 23 forks source link

Nice visual error dialogue for non-java 8 users. #127

Open RX14 opened 9 years ago

RX14 commented 9 years ago

If we don't do this we will get inundated with clueless "it worked for forge" people...

magik6k commented 9 years ago

Note that all classes that will handle this will have to be compiled as java 6

Caellian commented 9 years ago

Why not download java 8 (on user permission) if it isn't found?

Kubuxu commented 9 years ago

@Caellian it is not that simple and new MC launcher is doing right that.