java - How to install third-party APIs? -


sorry if has been asked before, searched couldn't find anything.

i'm novice (like, moving on true object-oriented programming) java programmer taking ap computer science online. outside of class, i've been working on programs personal use. 1 program i'd write needs third-party apis, notably apache commons. i'd have google's guava api available, among others. problem is, have no idea how make apis available ide. i'm still trying decide on ide, i'd make apis available system-wide if possible, @ minimum need compatibility intellij idea 9 ce. i'm on mac osx, have work on windows pc.

you need download necessary jars , in netbeans, believe there "libraries" or "classpath" menu option somewhere toward end. thats you'll need add libraries plan on using referencing jars you've downloaded.

you can see here website


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -