How to use libraries for Algorithms part I Coursera course in Eclipse

前端 未结 10 975
挽巷
挽巷 2020-12-23 12:44

I\'ve started Coursera Algorythms course. Practice assignments must be done on Java and they suggest using DrJava as IDE, but it\'s really unconvenient. So I\'d like to use

10条回答
  •  余生分开走
    2020-12-23 13:03

    From their website: http://algs4.cs.princeton.edu/code/

    Eclipse (manual). Download stdlib.jar and algs4.jar to a folder and add each jar >file to the classpath variable to the build path of a project via Project -> >Properties -> Java Build Path -> Libaries -> Add External JARs.

提交回复
热议问题