'Error: Unable to initialize main class StartServer Caused by: java.lang.NoClassDefFoundError: org/omg/PortableServer/Servant

The structure of my project

The structure of my project

When I try to run my server code, the error shows up

"C:\Program Files\Java\jdk-10.0.2\bin\java.exe" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.1.3\lib\idea_rt.jar=62557:C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2019.1.3\bin" -Dfile.encoding=UTF-8 -classpath C:\Users\username\IdeaProjects\untitled\out\production\untitled StartServer

Error

Unable to initialize main class StartServer
Caused by: java.lang.NoClassDefFoundError: org/omg/PortableServer/Servant


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source