This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 100857

Summary: JRException - Only a type can be imported
Product: obsolete Reporter: tski <tski>
Component: visualwebAssignee: Mark Dey <markdey>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: Other   
OS: Linux   
Issue Type: TASK Exception Reporter:

Description tski 2007-04-12 22:40:49 UTC
I'm incorporating a Jasper report created using iReport into my Netbeans 
appliccation. As a template, I'm following the steps to do this using the 
tutorial from http://www.netbeans.org/kb/55/vwp-reports.html. When I try to 
compile the application I get hte following error:

Error compiling report 
design : /home/twt/Netbeans/Projects/xxxx/src/reports/devSubreportR1_subDetails
.jrxml
net.sf.jasperreports.engine.JRException: Errors were encountered when 
compiling report expressions class file:
1. Only a type can be imported. it.businesslogic.ireport.IReportScriptlet 
resolves to a package
import it.businesslogic.ireport.IReportScriptlet;

Any hints as to why I'm getting this error?
Comment 1 Peter Pis 2008-08-22 08:22:44 UTC
Reassigning to "visualweb".