Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am using netbeans n i have put the two folders which are packages -> algs-4-package and stdlib-package in another folder say nb
then
i added these two folders to the libraries folder so that they are available during compile time
i knw my code is calling the class in algs-4 so i added the classpath correctly n there are no errors
i also kno algs-4 is using the class in stdlib-package but the classpath of algs-4 cannot be modified and there are erors in say binarysearch.java present in algs-4 saying edu.princeton.cs.introcs.* (path of stdlib-package) does not exist
i donot kno wat to do!!

pls help asap
its urgent
Posted
Updated 28-May-13 11:34am
v2
Comments
Richard MacCutchan 28-May-13 17:35pm    
If it says the path does not exist then it must be true, and you have an error in your settings.

BTW this is not urgent to anyone but you.

1 solution

Must be a problem in your project configuration, which we cannot help you with. Ask another team member to take a look - often that helps.

How to set Classpaths in Netbeans[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900