This tutorial delves into determining the Java version in Eclipse, emphasizing the distinction between Eclipse’s global Java version and project-specific configurations.
Also find me here:
Baeldung Author
Achraf Taitai
As a Full Stack Developer with seven years of experience in Java development, I am passionate about using technology to craft innovative solutions. I thrive on tackling new challenges and am dedicated to delivering excellence in every project. My expertise spans the full stack, with a strong foundation in Java, and I am always eager to explore new ideas and push the boundaries of what’s possible. Let’s create something extraordinary together! Let's collaborate and create something extraordinary!
Here's what I've written (so far):
Baeldung on Java
- All
- Java String (5)
- Java (5)
- Maven (4)
- Java Numbers (4)
- IDE (4)
- Java IO (3)
- Spring MVC (2)
- Spring Boot (2)
- Java List (2)
- Java Dates (2)
- Java Array (2)
- XML (1)
- Spring Web (1)
- Spring Security (1)
- Spring (1)
- Persistence (1)
- Networking (1)
- Logging (1)
- Java Map (1)
- Java Collections (1)
- Core Java (1)
Connect to Database Through Intellij Data Sources and Drivers
Filed under IDE, Persistence
Learn how to connect to a database through IntelliJ data sources and drivers.
Replacing Single Quote with \’ in Java String
Filed under Java String
A quick and practical guide to replacing single quote with \’ in Java strings.
Convert List to Long[] Array in Java
Filed under Java Array, Java List
A quick and practical guide to converting List to Long[] Array in Java.
Add a Checked Attribute to Input Conditionally in Thymeleaf
Filed under Spring MVC
A quick and practical guide to conditionally adding a checked attribute to input in Thymeleaf.
Fix “Command Line is Too Long” in IntelliJ
Filed under IDE
A quick and practical guide to solving the “Command Line is Too Long” issue in IntelliJ IDEA.
Encode Passwords With Spring Boot CLI
Filed under Spring Boot, Spring Security
Learn how to avoid exposing passwords by encoding them with the help of Spring Boot CLI.
Get the Desktop Path in Java
Filed under Java
A quick and practical guide to getting desktop path in Java.
Exclude a Dependency in a Maven Plugin
Filed under Maven
A quick and practical guide to excluding a transitive dependency from a Maven plugin.