java - Can't get Stdlib.jar to work in terminal -
i'm coding java , using intellij. have imported stdlib.jar library using instructions here https://stackoverflow.com/a/29640488/8304687 , works fine in intellij. but, when run code in terminal "cannot find symbol" errors methods i'm using stdlib.jar.
i've tried copying of methods src file project i'm working on, , copying main file (directory?) of project, none of things have worked.
wiki
Comments
Post a Comment