I am developing a java project that generate a sales report. I am willing to create the report with jasper report and when I installing the plugins it shows an error as "Some plugins require plugin org.jdesktop.layout to be installed" How can I solve this?
when installing ireport plugin it shows message as "Some plugins require plugin org.jdesktop.layout to be installed"
16.9k Views Asked by M.Fazil At
4
There are 4 best solutions below
1
On
You have to install org.jdesktop.layout plugin too, download link http://137.254.56.27/nexus/content/groups/netbeans/org/netbeans/api/org-jdesktop-layout/RELEASE65/
0
On
You have to install org.jdesktop.layout plugin from the below link
http://137.254.56.27/nexus/content/groups/netbeans/org/netbeans/api/org-jdesktop-layout/RELEASE65/
If you find the above link broken, you can download org.jdesktop.layout plugin or jar or pom from the below link
This works for me
The easiest way to resolve dependency issues is to use dependency management software like Maven. This allows for nested dependencies (like this one) to automatically be brought into the project.