Error installing netbeans Primefaces CRUD Generator plugin - netbeans-7

I am using Netbeans 7.3 with installed Primefaces 3.4. I am trying to install the netbeans Primefaces CRUD generator plugin and i am getting the following error attached:
Please help me in resolving this problem.
Thanks in advance
Senthil

The problem is that the plugin (nbm file) works with only Netbeans 7.2.1.Using this plugin (nbm file) in Netbeans 7.1.1 or Netbeans 7.3 doesn't work.
Thanks
Senthil

Related

Error while Installing TestNG Eclipse Plugin 6.14.3 Version

I am getting the following error while installing TestNG plugin( 6.14.3) in Eclipse.
Missing requirement: TestNG Eclipse Support 6.14.3.201902250526
(org.testng.eclipse 6.14.3.201902250526) requires 'bundle
org.eclipse.jdt.launching 3.10.0' but it could not be found Cannot
satisfy dependency: From: TestNG 6.14.3.201902250526
(org.testng.eclipse.feature.group 6.14.3.201902250526) To:
org.testng.eclipse [6.14.3.201902250526]
I am using Eclipse Oxygen- March Edition. Could anyone please help me here?
Your version on Eclipse (Oxygen) is too old for that version of TestNG.
Version 3.10.0 of org.eclipse.jdt.launching was not introduced until Eclipse Photon so you need at least that version of Eclipse, but preferably the current version (Eclipse 2018-12 at time time of writing)
We had same issue for several employees. In our case it doesn't relate to Eclipse version.
Seems as new WebSense antivirus blocked the installation of the TestNG from default location. Eclipse showed the error from the description and continued to look for "alternative solution" which took many hours, but finally TestNG was installed successfully. Just have patience. Or try to disable antivirus.
let process to continue in spite of the error
Thanks Greg and Ilana.
TestNG installed successfully when the Eclipse was updated to 2018-12 Version.
If you are facing issue while installing TestNG in Eclipse version there are few simple steps to follow:
Download zipped latest version of Eclipse from below location (http://dl.bintray.com/testng-team/testng-eclipse-release/)
Store it your drive (zipped folder suppose in C drive)
After that go to Eclipse and install new software, click on add, archive, and complete the installation by selecting Next option when prompted)
Restart Eclipse you will see TestNG option in there.
while installing from add new software ,there is an option to check for solution rather than default selection. Please select different version of TestNG which is compatible with your eclipse version .This solution worked for me while using eclipse Mars(4.5.2)

How can I run JUNITs in Eclipse when there is a dependency of EBean enhancing models?

I'm trying to execute junits in a project where the stack is playframework with java, I'm able to run the test by calling sbt test but I would like run the junits in eclipse IDE but keeps showing errors because the models are NOT enhanced.
I saw that there is a plugin for eclipse, but it didn't work for me. Do you guys know to do accomplish running that junits in eclipse?
As a not I'm a noobie using playframework.
Thanks in advance.
After doing more research, I found that there are two eclipse plugins to enable the EBean enhancer and I was using the wrong one.
This link really help me to understand which version of EBean I was using in my project https://github.com/playframework/play-ebean
If you are using EBean version from 4.x to 7.x, install the following plugin http://ebean-orm.github.io/eclipse/update-4.11.2
If you are using EBean version 10.3.x, then install http://ebean-orm.github.io/eclipse/update
Hope this helps to someone in the future...

Installing plantuml plugin in Netbeans 8.1+

Is there an available plantuml plugin version compatible with Netbeans 8.1+. The one available (1.4/1.5) in the Netbeans plugin network is not.
Thanks in advance.

How to download eclipse plugin separately

Hi im gonna install javafx plugin for my eclipse ide.I want to download the Archive and then install it offline from my computer.the url is http://javafx.com/downloads/eclipse-plugin/
So How can I do that?
Thanx in advance
There is no eclipse plugin at the URL from your question.
The JavaFX 2 eclipse plugin is e(fx)clipse.
Here are the installation instructions.

installing freemarker plugin on eclipse indigo

I was tryi ng to install the freemarker plugin for eclipse Indigo on my machine which runs on Ubuntu 11. I tried to add http://www.freemarker.org/eclipse/update with the name FreeMarker to install new softwares option. But, it complained that there were no repositories. Then, IO manually tried to download the plugin file (freemarker-2.3.19.tar.gz) from http://sourceforge.net/projects/freemarker and tried to copy the contents to /usr/share/eclipse/plugins folder. But, it rejected it complaining that the format of the file contents were incompatible.
Can anyone please help me with this issue.
Thanks in advance.!
You should use the FreeMarker plugin in the JBoss Tools Project, as http://freemarker.org/editors.html says. Where did you get the link to the old plugin? (Also, freemarker-2.3.19.tar.gz is the FreeMarker distribution, and has nothing to do with Eclipse.)
What I finally did is, I downloaded Eclipse Indigo for Java EE from Eclipse official website. It had the market place from where I could easily install the JBoss plugin. All I had to do is install it from within Eclipse and could work on freemarker after that.