TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Frontend Java Development in 2025

4 pointsby TeaVMFan4 months ago

2 comments

adl4 months ago
I couldn&#x27;t make this work with JDK 23, 21 or 17, I got the following error:<p>Failed to execute goal org.teavm:teavm-maven-plugin:0.6.1:compile (web-client) on project flavour: Unexpected error occurred: Unsupported class file major version 61<p>According to the Docs it seems it seems to only work with JDK 8: (<a href="https:&#x2F;&#x2F;frequal.com&#x2F;Flavour&#x2F;book.html#org1b5c5fc" rel="nofollow">https:&#x2F;&#x2F;frequal.com&#x2F;Flavour&#x2F;book.html#org1b5c5fc</a>):<p>17.1 Prerequisties Making web apps with Flavour only requires two prerequisites:<p>Java (OpenJDK 8 or equivalent. Newer versions of Java are untested.) Maven (Apache Maven 3.8.6 or greater)
Philipp02054 months ago
Looks very interesting!