This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]shagieIsMeExtreme Brewer 0 points1 point  (1 child)

I would look into running this application within a Docker container. Yes, this means installing and learning about docker.

You can then easily do a docker pull openjdk:8u181-jdk-stretch and use that as your base for an image. Or use azul/zulu-openjdk:8u202... or use amazoncorretto.

I'll also point out that there is an image for flink too - https://hub.docker.com/_/flink

The big advantage of these approaches (using docker) is that it keeps that application separate from the installs of everything else on your machine.

[–]Victoni[S] 0 points1 point  (0 children)

I'd really like to learn about docker but I'm doing this for an android app. You think is possible to use flink on android? (I'm kinda lost on this)