User Profile

Collapse

Profile Sidebar

Collapse
markthien
markthien
Last Activity: Dec 21 '07, 03:50 AM
Joined: Dec 21 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • markthien
    started a topic java compilation error
    in Java

    java compilation error

    Hi guys,

    I was trying to compile jasper report from java as below:

    Code:
    	public static void runReport(String databaseName, String userName,
    			String password, String reportFile) {
    		JasperReport jasperReport;
    		JasperPrint jasperPrint;
    		try {
    			jasperReport = JasperCompileManager
    					.compileReport("C:\\ireport\\pidcif_user.jrxml");
    			jasperPrint = JasperFillManager.fillReport(jasperReport,
    ...
    See more | Go to post

  • markthien
    replied to Jasper Reports
    in Java
    Hi guys,

    I was trying to compile jasper report from java as below:

    Code:
    	public static void runReport(String databaseName, String userName,
    			String password, String reportFile) {
    		JasperReport jasperReport;
    		JasperPrint jasperPrint;
    		try {
    			jasperReport = JasperCompileManager
    					.compileReport("C:\\ireport\\pidcif_user.jrxml");
    			jasperPrint = JasperFillManager.fillReport(jasperReport,
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...