Learn about the “Could not create the Java Virtual Machine” error and how to solve it.
Also find me here:
Baeldung Author
Sachin Kumar
Passionate software engineer with over a decade of IT experience. Seeks out new challenges and opportunities to learn and grow
Here's what I've written (so far):
Baeldung on Java
- All
- Java (5)
- Java IO (3)
- Core Java (3)
- Java Concurrency (2)
- JVM (2)
- Spring (1)
- Security (1)
- Maven (1)
- Java Numbers (1)
- DevOps (1)
PGP Encryption and Decryption Using Bouncy Castle
Filed under Security
Learn about the basics of PGP, how to generate the PGP key pairs, and about PGP encryption and decryption in Java using the BouncyCastle API.
Naming Executor Service Threads and Thread Pool in Java
Filed under Java Concurrency
Learn about different ways of naming threads and thread pools in Java’s ExecutorService.
Understanding Maven Dependency Graph or Tree
Filed under Maven
Learn how to create a Maven dependency tree, filter dependencies, and create output in different formats.
Install Java on macOS
Learn how to install Oracle JDK via DMG package and OpenJDK via Homebrew package manager
Create Spring Prototype Scope Bean with Runtime Arguments
Filed under Spring
Learn about creating a prototype-scoped bean with runtime arguments in Spring.
Read a File and Split It Into Multiple Files in Java
Filed under Java IO
Learn how to split large files into small files by size and the specified number of files.
Understanding the java.net.SocketException Broken Pipe Error
Filed under Java IO
Learn about the Java “java.net.SocketException: “Broken pipe” error, understand the leading cause of the exception, and see how to fix it.
Java Serialization: readObject() vs. readResolve()
Filed under Core Java
Learn the differences between the readObject() and readResolve() methods of the Java Serialization API.