matheusmello.io
BlogProduct ReleasesToolsBooksContact

java-9

javax.xml.bind.JAXBException Implementation of JAXB-API has not been found on module path or classpath
exception
September 2, 20231 min read

javax.xml.bind.JAXBException Implementation of JAXB-API has not been found on module path or classpath

# šŸš€ Solving the JAXBException: Implementation of JAXB-API has not been found šŸš€ If you're trying to run your Spring Boot application on Java 9 or above and you come across the `javax.xml.bind.JAXBException` with the message "Implementation of JAXB-API ha

exceptionjava-9jaxb
Why does array[idx++]+="a" increase idx once in Java 8 but twice in Java 9 and 10?
java
September 2, 20231 min read

Why does array[idx++]+="a" increase idx once in Java 8 but twice in Java 9 and 10?

# Why does array[idx++]+="a" increase idx once in Java 8 but twice in Java 9 and 10? šŸ” Have you ever come across code that works differently in different versions of Java? In this blog post, we'll explore the mysterious behavior of the `+=` operator on

javajava-10java-8
+1
How to resolve java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
java
September 2, 20231 min read

How to resolve java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException

šŸ”„ Blog Post: How to Fix the NoClassDefFoundError: javax/xml/bind/JAXBException in Java šŸ”„ Introduction: šŸ‘‹ Hey there, Java enthusiasts! šŸ‘‹ Are you having trouble running your code in Java 9 and encountering the pesky "java.lang.NoClassDefFoundError: java

javajava-10java-11
+2

About

Personal blog sharing insights on software engineering, technology, and developer productivity.

TwitterGitHubLinkedInEmail

Tags

Loading tags...

Subscribe to Updates

Get the latest posts delivered right to your inbox.

Ā© 2025 MatheusMello.io. All rights reserved.