Netbeans 7.1 Icefaces 3 Modules Installation Error - netbeans

I've installed Netbeans 7.1 and downloaded the icefaces mudules (ICEfaces 3.0.0 project integration plugin for NetBeans 7.1) but when i install the modules i get an error..
Some plugins require plugin J2EE Project Support Utilities to be installed.
The plugin J2EE Project Support Utilities is requested in implementation version 201112071828.
The following plugin is affected: ICEfaces 3
Some plugins require plugin JSF API to be installed.
The plugin JSF API is requested in implementation version 201112071828.
The following plugin is affected: ICEfaces Editor Support
Thanks!

This has been logged as an issue by the ICEfaces support team. http://jira.icesoft.org/browse/ICE-7873

Download this 2 ICEfaces-3.0.0-Netbeans-7.0.x-modules and ICEfaces-3.0.0-Netbeans-7.1-modules
Install ICEfacesLibraries 3.0.0 ONLY from ICEfaces-3.0.0-Netbeans-7.1-modules.
Restart Netbeans.
Then Install ICEfaces 3 Editor Support [7.0.6] from the ICEfaces-3.0.0-Netbeans-7.0.x-modules package(just click continue when asked).
Then install ICEfaces 3 Framework [7.0.6] from the same package.
If you want you can install all of them from ICEfaces-3.0.0-Netbeans-7.0.x-modules.All this work to me.

Related

How can I install laravel framework for NetBeans 7.4

I have installed Laravel and I want to use use framework annotations and code completion in the NetBeans 7.4 IDE, there is no Laravel plugin in the section "Install plug-ins". I have found a plug in for Netbeans on github but I am unsure how I install it, here is the link https://github.com/nbphpcouncil/nb-laravel-plugin
Taken from repository's discussion:
Please download a nbm for your version of NetBeans.
https://github.com/nbphpcouncil/nb-laravel-plugin/releases
Then, please try to add the plugin : Tools > Plugins > Downloaded >
Add

How to install Codepro plugin in Eclipse Kepler

Now I am using Eclipse Kepler Version: 3.9.1.201308190730, but i don't how to configure "CodePro AnalytiX" plugin in Eclipse Kepler. Is it possible to configure "CodePro AnalytiX" in my current Eclipse Kepler?
And is "CodePro AnalytiX" plugin the correct tool for testing code perfomance? Otherwise suggest any other tool for code testing.
-Open Eclipse Kepler
-Help -> install new software
-enter this URL:
http://dl.google.com/eclipse/inst/codepro/latest/3.6
-Enter
If you found any other good tool for persistance tests, please let me know :)
Enjoy!
All the url's specified in this page are no longer valid.
Eclipse version Installation instructions
Direct plugin link
Eclipse 4.6 (Neon) Plugin for Eclipse 4.6 (Neon) https://dl.google.com/eclipse/plugin/4.6
Eclipse 4.5 (Mars) Plugin for Eclipse 4.5 (Mars) https://dl.google.com/eclipse/plugin/4.5
Eclipse 4.4 (Luna) Plugin for Eclipse 4.4 (Luna) https://dl.google.com/eclipse/plugin/4.4
If you are looking for older versions of the plugin, click here.
If you are having trouble installing from the update sites (due to firewall issues, for instance), you can install the Google Plugin for Eclipse by downloading and installing an archive of the update site.
Yes Its compatible for eclipse version: Luna Service Release 2 (4.4.2)

GWT Plugin for eclipse 3.7(helios). i am getting error

After selecting google plugin for eclipse and SDK and proceeding next . I am getting error
Cannot complete the install because one or more required items could not be found.
Software being installed: Google Plugin for Eclipse 3.7 3.2.4.v201306061638-rel-r37
(com.google.gdt.eclipse.suite.e37.feature.feature.group 3.2.4.v201306061638-rel-r37)
Missing requirement: Google Plugin for Eclipse 3.7 3.2.4.v201306061638-rel-r37
(com.google.gdt.eclipse.suite.e37.feature.feature.group 3.2.4.v201306061638-rel-r37)
requires 'org.eclipse.wst.css.core 0.0.0' but it could not be found
Are you installing plugins using the eclipse marketplace? If you're installing plugins by manually entering repositories make sure they have a plugin that's compatible with your version of eclipse.
As Glenn noted, you need to be very careful with versions here.
It is best to install any ecplise pulgin using an update site. For Eclipse 3.7, you would use http://dl.google.com/eclipse/plugin/3.7 for the GWT update site.
If you were to do a manual install, then make sure to download the correct archive, in your case 3.7, listed here: https://developers.google.com/eclipse/docs/install-from-zip
If the installation is giving you trouble, try restarting Eclipse and run it as administrator. This could be the case if Eclipse is installed in a shared or system directory (e.g. "Program Files").
If you have selected the Android development kit part of the GPE then you need to separately install the Android SDK. But you don't need that if you are only doing GWT development. Just uncheck that.

MTJ 1.1.2 plugin couldn't be installed on Eclipse Juno (4.2)

MTJ (Mobile Tools For Java, a famous J2ME plugin for Eclipse) 1.1.2 couldn't be installed on Eclipse Juno (4.2).
I use the following update url to install the plugin:
Mobile Tools For Java - http://download.eclipse.org/mtj/updates/1.1.2/stable/
But it failed to be installed with dependency error:
Cannot complete the install because one or more required items could not be found.
Software being installed: Mobile Tools for Java 1.1.2.201101310801 (org.eclipse.mtj.feature.group 1.1.2.201101310801)
Missing requirement: MTJ Core Plug-in 1.2.1.201101310801 (org.eclipse.mtj.core 1.2.1.201101310801) requires 'bundle org.mortbay.jetty.server [6.1.0,7.0.0)' but it could not be found
Cannot satisfy dependency:
From: Mobile Tools for Java 1.1.2.201101310801 (org.eclipse.mtj.feature.group 1.1.2.201101310801)
To: org.eclipse.mtj.core [1.2.1.201101310801]
Does anyone know what's the problem of this?
I try to find a plugin containing the bundle "org.mortbay.jetty.server [6.1.0,7.0.0)", but not found.
If you read these release notes you will find the key:
http://docs.oracle.com/javame/dev-tools/jme-sdk-3.2/release-notes/pdf/release-notes.pdf
Install the MTJ toolkit.
Go to Help > Install New Software.
In the “Work with” field, enter this URL: http://download.eclipse.org/releases/indigo
Click Add. When the plugins are discovered, open the Mobile and Device Development Tools
hierarchy and check Mobile Tools for Java Examples and Mobile Tools for Java SDK. Click Next.On the installation screen select all plugins and click Finish then click OK.
A Juno plugin named org.eclipse.jetty.server_.jar conflicts with the MTJ libraries when the plugin version is higher than 6. If it is you must prevent it from loading by changing its name so the Jar file is
not parsed. Locate the file in your Juno installation’s \plugins directory and change the extension from .jar to something else.
For example, change it to: org.eclipse.jetty.server_.old
here is the indigo update site http://download.eclipse.org/releases/indigo/ . FFF is right just install plugin from indigo, it works fine.
"Eclipse Juno" chapter on JAVA ME page on Oracle website states:
A Juno plugin named org.eclipse.jetty.server_(version).jar conflicts with the MTJ libraries when the plugin version is higher than 6. If it is you must prevent it from loading by changing its name so the Jar file is not parsed. For example, change it to: org.eclipse.jetty.server.old
Worked for me.
add indigo repo, it'll install but still a no go
recommend using older version if you need it

Flash Builder 4 + Red5 IDE Plugin

Anybody know how to install Red5 IDE Plugin for Adobe Flash Builder 4?
Adobe Flash builder 4 comes with an integrated installation of Eclipse, but If I follow the instructions on Red5 site I get:
Cannot complete the install because one or more required items could not be found.
Software being installed: Red5 Feature 0.2.0 (org.red5.feature.feature.group 0.2.0)
Missing requirement: Red5 Feature 0.2.0 (org.red5.feature.feature.group 0.2.0) requires 'org.eclipse.jst.server.core 0.0.0' but it could not be found
I have tried everywhere but can't find any help.
Thanks in advance.
Answer
Flash Bulder 4 has Eclipse Galileo as integrated IDE, in order to make Red5 Plugin work first you have to install Eclipse Web Tools Platform (http://download.eclipse.org/releases/galileo/) and then you can install Red5 IDE Plugin.
Unfortunately the flash builder is not built on top of a full blown eclipse (it does not make sense to do so.), So you need to install the server components, if you are envisioning running servers from eclipse. The easiest way to do this is to install the all-in-one package from eclipse and then install the Flash builder plugin or you could try installing WTP (Web Tool Platform) tools in your existing flash builder.
Flashbuilder is available in two flavours. Standalone or as a eclipse plugin. I am currently doing all my flashbuilder plugin's(Currently working on a PureMVC plugin and need beta testers) development using eclipse indigo and flashbuilder 4.0(the plugin version) without any problem.
Short answer is :)
Just install the eclipse environment you want and then install the flashbuilder plugin..
Should work like a charm.
Geirr