hey guys i am getting error, i am running this com...
# general
t
hey guys i am getting error, i am running this command on root, java -classpath "./core/:./plugin-interface/:./ee/*" io.supertokens.Main Error: Could not find or load main class io.supertokens.Main Caused by: java.lang.ClassNotFoundException: io.supertokens.Main
r
Hey @tomatocultivatr have you run
./startTestingEnv --wait
on another terminal?
t
yes its running
r
Can I see the contents of the core folder in supertokens-root?
t
sure
r
Hmm. This is as expected
There should be a file called runCore in supertokens-root. Do you see it?
t
yeah
r
Try running that
Instead of the Java command directly
t
is this it?
r
Yup. It’s working
t
thank you!