ShapeNet / shapenet-viewer

ShapeNet Viewer
MIT License
188 stars 25 forks source link

Unable to access jarfile... #17

Closed viggyr closed 7 years ago

viggyr commented 7 years ago

Error: Unable to access jarfile ./../target/scala-2.11//shapenet-viewer-assembly-0.1.0.jar

I get this error when i run viewer.sh Please help me sort this one out

msavva commented 7 years ago

Please check that make has successfully compiled the code. After successful compilation, the quoted jar file should exist in target/scala-2.11/ Then, you should be able to run by invoking scripts/viewer.sh from the root directory of the repository.