yilmaznaslan / berlin-auslaenderbehorde-termin-bot

A simple way to automate booking an appointment at Berlin Ausländerbehörde using java and selenium framework
https://yilmaznaslan.github.io/berlin-auslaenderbehorde-termin-bot/
GNU Affero General Public License v3.0
156 stars 58 forks source link

FAILURE: Build failed with an exception. #74

Closed coskukoz closed 1 year ago

coskukoz commented 1 year ago

I can't make it run somehow on my Mac. Maybe due to my installations of Java. Apple M1 Chip

Screen Shot 2023-10-12 at 21 59 06

Here is my Java versions:

Screen Shot 2023-10-12 at 21 59 17
coskukoz commented 1 year ago

Solved my issue with below code change:

Screen Shot 2023-10-12 at 22 40 06
yilmaznaslan commented 1 year ago

Your java version is 11. You need to run it with java 17 if you dont want to change the code

allentiak commented 1 year ago

@coskukoz I've just opened #82. Feel free to open a PR for the README!

@yilmaznaslan Shall we close this one?