Szaki/XiaomiADBFastbootTools

UI is just gibberish

MrChocolatine opened this issue · 7 comments

tl;dr
The JDK version 11 should be used (see #285 (comment))


I have exactly the same issue as #260 and #254 . (see below)

Does your application work with the current version of the JDK?

I am on macOS and I installed jdk-16_osx-x64_bin.dmg from:
https://www.oracle.com/java/technologies/javase-jdk16-downloads.html

image

And I saw your answer here:
#239 (comment)

I tried to install the JDK 2 times, nothing changed.

Szaki commented

Try JRE 11.

I am trying to get that version but not that easy. Oracle requires an account to download it, which I don't have:
https://www.oracle.com/java/technologies/javase-jdk11-downloads.html

@Szaki , could you tell me if it would work with OpenJDK?

Szaki commented

@Szaki , could you tell me if it would work with OpenJDK?

Yes, I only use OpenJDK. Screw Oracle. 😛

Well I tried with OpenJDK 11 from brew but it didn't worked either.

So I tried again to download the JDK 11 and was finally able to download it without an account:

https://gist.github.com/wavezhang/ba8425f24a968ec9b2a8619d7c2d86a6#gistcomment-3671575

https://download.oracle.com/otn-pub/java/jdk/11.0.10%2B8/020c4a6d33b74f6a9d2bc6fbf189da81/jdk-11.0.10_osx-x64_bin.dmg

The application now works as expected!

Thanks for your help @Szaki .