2006 IR Open Dicussion Posted September 5, 2006 Posted September 5, 2006 By: xiaoyu - justxiaoyu jasper class not in import 2006-02-20 19:17 Hi, I try to import jasper report's class but it give me "class net .sf.jasperreports.engine.JRException not found in import" What wrong with tat? I m using jasper report 1.2.0 and ireport 1.1.0 Pls help.Thanks By: Giulio Toffoli - gt78 RE: jasper class not in import 2006-02-21 14:46 Where are you trying to import it? By: xiaoyu - justxiaoyu RE: jasper class not in import 2006-02-27 02:58 i try to included the jasper report into my java class , below is my code: import java.sql.SQLException; import java.util.HashMap; import java.util.Map; import net.sf.jasperreports.engine.JRException; but it give me "class net .sf.jasperreports.engine.JRException not found in import" What was went wrong? please help. Thanks By: xiaoyu - justxiaoyu RE: jasper class not in import 2006-02-27 03:09 this is the path for engine class :- netsfjasperreportsengine i do not wrong what went wrong, please help me,. Thanks
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now