A quick and practical guide to setting up environment variables with Intellij IDEA.
Also find me here:
Baeldung Author
Rishabh Jain
I am a Software Engineer with more than 5 years of experience in building real-time applications. I'm passionate about learning new skills and solving problems analytically.
Here's what I've written (so far):
Baeldung on Java
- All
- IDE (2)
- Programming (1)
- Persistence (1)
- DevOps (1)
How to Support UTF-8 Encoding in Eclipse
Filed under IDE
Learn how to enable UTF-8 encoding for all projects and per file type in Eclipse.
How to Permanently Enable Line Numbers in IntelliJ IDEA?
Filed under IDE
A quick and practical guide on enabling line numbers in IntelliJ IDEA.
CATALINA_OPTS vs. JAVA_OPTS in Apache Tomcat
Filed under DevOps
A quick and practical comparison between CATALINA_OPTS and JAVA_OPTS in Apache Tomcat.
Fixing the MySQL Error “Specified key was too long”
Filed under Persistence
Explore three different ways to solve the “Specified key was too long” error in MySQL.