junto icon indicating copy to clipboard operation
junto copied to clipboard

Error: Could not find or load main class upenn.junto.app.JuntoConfigRunner

Open bakerwho opened this issue 8 years ago • 2 comments

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.

bakerwho avatar Feb 09 '17 17:02 bakerwho

I also meet this bug,have you done yet?please help me ,thankx

skant626 avatar Mar 20 '18 05:03 skant626

Had the same problem, and it turned out in my case it was because I forgot to set JUNTO_DIR variable.

XinyuHua avatar Sep 17 '18 02:09 XinyuHua