You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.ClassNotFoundException: sample.persistence.res.MainApp
at org.codehaus.mojo.exec.URLClassLoaderBuilder$ExecJavaClassLoader.loadClass (URLClassLoaderBuilder.java:198)
at java.lang.ClassLoader.loadClass (ClassLoader.java:521)
at org.codehaus.mojo.exec.ExecJavaMojo$1.run (ExecJavaMojo.java:271)
at java.lang.Thread.run (Thread.java:834)
Also the name of the project in the pom.xml is different from the name of the folder. Which one is correct?
The text was updated successfully, but these errors were encountered:
franciscolopezsancho
changed the title
akka-sample-persistence-dc-java not working
bug: akka-sample-persistence-dc-java not working
Feb 1, 2023
README.md in
akka-sample-persistence-dc-java
is wrongand even trying to point to the real class also fails
with
Also the name of the project in the pom.xml is different from the name of the folder. Which one is correct?
The text was updated successfully, but these errors were encountered: