1

I need to create a report in Java with Spring. So I need to install a plugin for Eclipse, more specifically JasperReports as a plugin. The problem is that I don't have online access to Sourceforge to download the plugin.

I read something like I can create a new plugin just using the jar files. But I'm facing the same problem, because I don't know how to download it or where I can get it.

JuanZe
  • 8,007
  • 44
  • 58
Luis Sánchez
  • 15
  • 1
  • 3

1 Answers1

1

You can download the files from another computer and put it in a usb. I guess if you have connection for stackoverflow, you might have enough for downloading files. The procedure is shown here

what I used before: open Eclipse:

Help -> Install New Software... -> Add -> Archive....

In Eclipse Kepler:

  • you can also add in the Eclipse plugins folder. You can start Eclipse with the -clean option to make sure Eclipse sees the new plugin after cleaning its cache.
Coding Enthusiast
  • 3,865
  • 1
  • 27
  • 50