Hi There,
I am trying to install junto to use it in another tool.
As far as i know, i have completed all requirements, set junto dir properly and build it successfully. But when i go to example/simple directory and run a command
junto config simple_config
i ran into an error
ERROR StatusLogger Unable to locate a logging implementation, using SimpleLogger
as i dont know what does that mean, so according to a help blog i just ignored it and assume junto is installed properly.
But when i ran that tool of my interest, at the stage where junto is required i again ran into an error
Error: Could not find or load main class upenn.junto.app.JuntoConfigRunner
is it mean junto is not installed properly? or directories are not set?
i set directories like this
export JAVA_HOME=/usr/java
JUNTO_DIR=/media/madiha/Data1/DTR/softwares/junto-master
export PATH="$PATH:$JUNTO_DIR/bin"
and this is also assessable when i run junto run from home
Any help will be highly appreciated
Best,
Madiha