Jump to content
We've recently updated our Privacy Statement, available here ×

To generate report


Recommended Posts

By: meenamca - meenumca

To generate report

2006-01-23 19:27

hi,

Good Morning,

I am new to this forum and this is my first question.I am doing a project with NetBeans IDE4.1

and MS-Access.My OS is Windows Server 2003.Can I use Jasper Report for my project?

Can I download Jasper Report and use well with the softwares used by me?

 

 

By: Alexander Wallace - aows

RE: To generate report

2006-01-23 19:40

As far as Netbeans 4.1 and JasperReports, Certainly. The other elements you mention are unknown to me. But if they both run in the same enviroment as you are running netbeans, it should work fine.

 

 

By: meenamca - meenumca

RE: To generate report

2006-01-23 20:35

hi,

Thank you so much for your quick reply.I saw your reply and dwonloaed the following

1.jasperreports-1.1.1-applet.jar

2.jasperreports-1.1.1.jar in the following directory.

 

C:Documents and SettingsAdministrator.

When I open this file I got the following error message.

 

Failed to Load Main-Class manifest attribute form

C:Documents and SettingsAdministratorjasperreport-1.1.1-applet.jar

 

 

What is my error.Please help me to solve this,then only I can start report module of my project.

 

Thank you so much.

Is any mistake in my way of downloading?

 

 

By: Vinod Kumar Singh - vinodsingh

RE: To generate report

2006-01-24 01:03

Look at the tutorial at: http://jasperreports.sourceforge.net/tutorial/index.html

 

jasperreport-1.1.1-applet.jar does not have a main class.

 

Try to dig in deeper in the documentation.

 

Vinod

 

 

By: venz98 - venz

RE: To generate report

2006-02-08 17:00

 

Ive also encountered the same problem, when i try opening the file.

 

I've even try to redownload the two files, because i thought their is something wrong with my download. But when i try opening it again..still the same problem i encounter.

 

 

Venus

 

 

 

 

By: venz98 - venz

RE: To generate report

2006-02-19 18:26

I've already found a solution to our problem:

 

The error means that this jar file(jasperreport-1.1.1-applet.jar) is not an application. Since on Window platform you can create a jar file and allow it to be launched by double-click on it by specifying the "Main-Class" attribute in the Manifest file.

 

This jar file is just a regular jar file, technically it is a zip file since it uses the same compression method. You can use a WinZip utility on Window to open and extract it or using the jar command to extract its content.

 

To extract the content of the jar file by using the Java's jar command type the following at the command prompt(Make sure your PATH contains the path to you Java JDK):

 

jar xvf jasperreport-1.1.1-applet.jar

 

venz

 

 

 

By: stone_cold - bssai

RE: To generate report

2006-02-19 22:03

Guys relax,

 

U got the latest version of JR 1.2 relased 10 days ago..try to download that.

 

http://sourceforge.net/project/showfiles.php?group_id=36382&package_id=28579

 

I had downloaded it and had no issues with it.

 

Austin

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...