Jump to content
Changes to the Jaspersoft community edition download ×

Semicolon

Members
  • Posts

    2
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by Semicolon

  1. java.io.File only works with files on the disk, to use http to get a file you can do something like this: new java.util.Scanner(new URL("http://somewhere.com/contract.rtf").openStream()).useDelimiter("\A").next()
×
×
  • Create New...