In Eclipse how do I add the Packages to be imported later and use them?

0

I'm new to developing with eclipse and java would like to know how to add multiple packages so I can follow some examples and use the? Thanks

    
asked by anonymous 11.07.2015 / 04:26

1 answer

0

Right-click on your project > New > Other > Browse by package > Select Package and click Next > Enter the package name, example: br.example.package. Click Finish.

Would that be it? I hope you have helped.

    
11.07.2015 / 04:45