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 - JRException - Only a type can be imported
Summary: JRException - Only a type can be imported
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 5.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: Mark Dey
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-12 22:40 UTC by tski
Modified: 2008-08-22 08:22 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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".