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

前端 未结 10 974
挽巷
挽巷 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:07

    It is probably because there is no package structure in the libraries, so you can't import classes from it. This might help you, How to use classes in Referenced Libraries in Eclipse.

提交回复
热议问题