-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"java.lang.ClassNotFoundException: examples.Example1" When run Example1. #31
Comments
Hi I have this problem as well, and I solve it by configuring the library to jdk-16, hope this can help you. |
I have the same problem. Do we need a specific jdk / maven version to run the simulator? |
I have the following error:
My JDK is openjdk 16:
Anyone knows how to solve it? |
I also want to know it. Mine does not work.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm running the project "Via Command Line". I use
mvn clean install
and all is well.But when i enter
mvn exec:java -Dexec.mainClass="examples.Example1"
, I get the error , the whole output follows:How can i solve this problem?
The text was updated successfully, but these errors were encountered: