junto
junto copied to clipboard
Error: Could not find or load main class upenn.junto.app.JuntoConfigRunner
Opening an issue for the first time, sorry if this isn't how it's done.
Running
junto config
produces the error in the title, restated below:
Error: Could not find or load main class upenn.junto.app.JuntoConfigRunner
Java version information is as below:
$ java -showversion
openjdk version "1.8.0_121"
OpenJDK Runtime Environment (build 1.8.0_121-8u121-b13-0ubuntu1.16.04.2-b13)
OpenJDK 64-Bit Server VM (build 25.121-b13, mixed mode)
I'm also unable to find any class called JuntoConfigRunner in the code. Is it something to do with the classpath?
Apologies again if the solution is trivial or unworthy of a new issue. I'm trying to implement MAD in Python and was referred to your library by Dr. Ashwin Srinivasan.
I also meet this bug,have you done yet?please help me ,thankx
Had the same problem, and it turned out in my case it was because I forgot to set JUNTO_DIR variable.