Aenigma / ActionMockup

Other
1 stars 0 forks source link

must correctly import jasper utils for printing portion to work #26

Closed jackal390iv closed 10 years ago

jackal390iv commented 10 years ago

Kevin any chance you can handle this, or inform me how to do this properly (I still don't quite understand how Maven works) I would hate to fill this project with unused dependencies (the only way I know how to import so far is inefficient)

jackal390iv commented 10 years ago

the ReportPrinter class "import net.sf.jasperreports......" ones

Aenigma commented 10 years ago

Right click Dependency in Project Explorer. Then, click Add Dependency. In the query box you can type in jasperreports and dependencies that relate to it will pop up. I think the one you want comes up as: net.sf.jaseperreports.

You can expand the tree and select a JAR with the version you want. Double click and click Add.

If you found that you added the wrong thing/version then you can right click the dependency in the folder and click Remove Dependency which will remove it and any other unneeded dependencies it pulled. Make sure after you've put the entry in there, you actually do download the dependency.