java - Why won't StdDraw get recognized no matter what? -


i tried in 2 popular ides, eclipse , netbeans, import jar file named stdlib contains bunch of stuff. stddraw part of after referencing it, ides keep telling me doesn't exist when use methods.

i have browsed stackoverflow , read other questions/answers , followed instructions letter. why not working?

that jar file puts classes in default package. ( terrible idea)

to use have 2 options:

  1. put of files access in default package
  2. use alternative version of library (http://introcs.cs.princeton.edu/java/stdlib/stdlib-package.jar)

see adding default package's classes in netbeans


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -