Can someone Help me please? How do I download jasper reports in Maven project on Netbeans? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can someone Help me please? How do I download jasper reports in Maven project on Netbeans?

I need to create an invoice. However maven doesn’t have a libraries folder, only dependencies folder. I searched YouTube and nothing. I even tried adding the jar files one by one and I’m getting the error: POM dependency is missing. Please help me I’d really appreciate it

2nd Dec 2022, 7:45 AM
Triz
Triz - avatar
6 Answers
+ 1
Try this: Open maven site: search jasper.. Select a compatible version, open and copy dependency from maven tab.. Paste it in pom.xml
2nd Dec 2022, 9:49 AM
Jayakrishna 🇮🇳
+ 1
<!-- https://mvnrepository.com/artifact/org.apache.tomcat/jasper --> <dependency> <groupId>org.apache.tomcat</groupId> <artifactId>jasper</artifactId> <version>6.0.53</version> </dependency> //Paste this in pom.xml. Are you tried it? // https://mvnrepository.com/artifact/org.apache.tomcat/jasper/6.0.53
2nd Dec 2022, 10:20 AM
Jayakrishna 🇮🇳
+ 1
Do you finding 'jsp file' from new options? What are you trying exactly? What are the folders you can see among 'maven, pom.xml, depencies"? I seen it eclipse, but not used netbeans...
2nd Dec 2022, 10:46 AM
Jayakrishna 🇮🇳
0
Jayakrishna🇮🇳 there is a caution sign on the jar and some of them are greyed out.
2nd Dec 2022, 9:58 AM
Triz
Triz - avatar
0
Jayakrishna🇮🇳 still doesn’t work. When I right click on the project pacakage > new, I don’t see the jasper file.
2nd Dec 2022, 10:26 AM
Triz
Triz - avatar
0
Jayakrishna🇮🇳 is there another way to create an invoice/bill from my Jtable, because this is not working for me :(
2nd Dec 2022, 10:33 AM
Triz
Triz - avatar