views:

497

answers:

3
+3  A: 

You have a space in your file path. Enclose it in double quotes.

Possibly in the <SNIP> part. Try placing your files outside of Program Files.

kd304
+3  A: 

Look at this bit of the error message:

compiling jasper design D:\Program to Files\sugarcrm-5.2.0e\php\tmp\php83.tmp

It's taken the filename with a space in and interpreted it as two separate arguments.

Either quote the filename or (possibly simpler) move everything to a directory without a space in the name.

Jon Skeet
Or use DOS filenames, possibly.
Tom Hawtin - tackline
A: 

What program did you use to generate the JasperReports file report2.jrxml? iReport? My guess is that your iReport is too new, the JasperReports engine came with ZuckerReports is quite old. Try use an older version of iReport instead.

Roland