I am not knowing how to use the classes written in netbeans for one of my project . in which folder should i place the jgrapht package . will i have to write the import statement if yes then what do i write ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
say you’ve created a project named ‘myproject’. now you want to use jgrapht package in that project. just do the following:
under ‘myproject’ there are four sub-directories,
‘right click’ on ‘Libraries’ directory. Now, a menu appears that offers
select Add jar/folder. Now just locate where is your “jgrapht-jdk1.6.jar” file.
hope it helps