-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I put both seep-system-0.0.1-SNAPSHOT.jar and stateless-simple-query.jar in the dist folder and run:
java -jar seep-system-0.0.1-SNAPSHOT.jar Master stateless-simple-query.jar Base
It gives me the following errors:
java.lang.ClassNotFoundException: Base
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at uk.ac.imperial.lsds.seep.infrastructure.master.MasterController.executeComposeFromQuery(MasterController.java:153)
at uk.ac.imperial.lsds.seep.Main.executeMaster(Main.java:69)
at uk.ac.imperial.lsds.seep.Main.main(Main.java:44)
I know it can not locate the Base class. Could you please tell me where is the problem? Thanks.
Metadata
Metadata
Assignees
Labels
No labels