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:
- put of files access in default package
- use alternative version of library (http://introcs.cs.princeton.edu/java/stdlib/stdlib-package.jar)
Comments
Post a Comment