Selasa, 29 November 2011

Set Path iReport to dist folder , konfigurasikan lokasi iReport untuk executable jar file


Jika anda membuat sebuah laporan di Netbeans memakai iReport. Anda akan bertanya bagaimana cara memanggil file tersebut jika telah di Build.
Langkah-langkahnya sebagai berikut :
1. Simpan file ireport pada suatu folder, contohnya  : "Reports".
"Folder_Project/src/name_project/Reports"
Ini berguna jika anda mengcompile iReport, otomatis anda akan mendapatkan file extensi Jasper.
2. Konfigurasikan sebuah public String, contohnya :

public static String PathReport=System.getProperty("user.dir") + "/Reports/";
Ingat, kode di atas digunakan untuk menjalankan executable Jar.

3. Jika anda compile kembali report, anda hanya tinggal mencopy paste file extensi .Jasper ke folder : "Folder_Project/dist/Reports"


English version (google translate hehe, karena orang luar banyak yg nyari tutor ini. Tapi ga ada jawaban):
If you make a report in Netbeans using iReport. You will be asked how to call the file if it has been in the Build.
The steps are as follows:
1. Save the file iReport on a folder, for example: Reports.
Folder_Project / src / name_project /
This is useful if you compile iReport, you automatically will get the file extension Jasper.
2. Public String Set an example:
public static String PathReport = System.getProperty ("user.dir") + "/ Reports /";
Remember, the above code is useful to run the executable jar.
3. If you compile the report again, you just copy paste to folder: Folder_Project / dist / Reports


note : logo copyright
Tutorial ini asli dari saya sendiri, bukan copas

1 komentar:

  1. aku bikin project pas di Run program muncul net.sf.jasperreports.engine.JRException: java.io.FileNotFoundException: C:\Users\HP\Documents\NetBeansProjects\SistemParkir\src\BuktiParkir.jasper .... tahu permasalahan n solsinya nggak gan ???

    BalasHapus