Open oussbenk opened 6 years ago
Hi, I don't have time to fix this, but if you can, a pull request will be much appreciated!
I don't know exactly how the build system works, I'm not the one who created the project, but a quick search gave me some indication:
$ ack '1\.5'
nbproject/project.properties
30:javac.source=1.5
31:javac.target=1.5
So I guess just try modifying the version in project.properties
to 1.8
and see if it works.
Good luck!
The current version (v0.2) seems to not be working with Java 1.8. When launching Baldr, a pop up window is shown including this message: "can not fin Java 1.5.0". How to support the newer Java version without installing the old Java version? Thanks.