Daily Shaarli

All links of one day in a single page.

August 12, 2021

Делаем сервер из Android-телефона / Хабр
thumbnail
How to run compiled Java 8 JavaFX application jar using Java 11? - Stack Overflow
thumbnail

I have an executable jar file compiled with Java 8 and containing a JavaFX application called app.jar.
When I had Java 8 installed I could run it simply with java -jar app.jar.
Now I only have Java...