Installing wro4j plugin for Eclipse - java

I'm looking to install the wro4j plugin for eclipse. Can someone show me how to to install this or point me to a page that can show me how to install it.
The specific version of eclipse is
Eclipse Java EE IDE for Web Developers.
Version: Indigo Service Release 1
Build id: 20110916-0149
This plugin created / supported by JBoss and is located here.
https://github.com/jbosstools/m2e-wro4j
I'm just unfamiliar w/the installation process. I typically use the Help/Install New Software in eclipse however this doesn't look like an option for this plugin.
Thanks for your help...

In the Install new software window, you'll need to add the wro4j update site in the Work with field. According to the page you linked to above, the wro4j release site is http://download.jboss.org/jbosstools/updates/m2e-wro4j/
After you add that update site, you should be able to see the wro4j features/plugins that are available. Note that depending on how the update site is structured, you might have to un-check the option Group items by category.

Related

Error installing GlassFish Tools on eclipse

The eclipse foundation has archived the GlassFish Tools 1.0.0 and 1.01.
It is no longer possible to install GlassFish Tools either through Eclipse MarketPlace or through Install new Software on the eclipse help menu. Both attempts lead to the error No repository found at https://download.eclipse.org/glassfish-tools/1.0.0/repository/.
Thank you for all your suggestions.
After some research, I was able to install GlassFish Tools on eclipse.
Although eclipse has archived the GlassFish Tools dependencies, Oracle has maintained them and offers documentation for installing them.
Several links are proposed but, I will just show you the ones that worked for me.
Follow this link for the documentation
https://download.oracle.com/otn_software/oepe/12.2.1.8/oxygen/repository/
Copy this link to download the dependencies
http://download.oracle.com/otn_software/oepe/12.2.1.8/oxygen/repository/dependencies/
Following the link of the documentation (1)
Open Eclipse and select the Install New Software menu item under the Help menu.
Copy and paste this URL (2) http://download.oracle.com/otn_software/oepe/12.2.1.8/oxygen/repository/dependencies/ into the Work with text box, then press ENTER.
Once the repository is loaded, the available features should show up in the table.
Select Eclipse GlassFish Tools, click on next button and follow the wizard to install them.
The installation is a bit slow but it works.

How do I properly setup JavaFX for Eclipse Mars?

My Java specifications: JRE: 1.8_u60, JDK: 1.8_u60
JAVA_HOME is set-up correctly.
I´ve downloaded and installed the latest Eclipse Mars Java SDK (Eclipse Mars.1 / 4.5.1) from the official Eclipse download page and used the installer.
I used the Eclipse update site from e(fx)clipse to install the JavaFX IDE.
As described in the site´s tutorial I should now be able to create FX projects with File > New > Other > JavaFX ...
But unfortunatelly I don´t have any option to create an FX project. There is no sub-section called JavaFX.
How do I set up JFX for Eclipse Mars properly (if my setup does not work at all)? here is one more similar Question asked.
Remove the installed plugin and try installing it through Marketplace.
Edit after the answer was accepted:
Just for clarification, it should also work in the way OP has tried it. Before one tries to troubleshoot why it's not working, it is very convenient to verify that the installation is not working from marketplace either.
Since JavaFX is now on default classpath, you do not need any extra plugin to create a JavaFX application. You can just create a simple Java Project in Eclispe and get started.
But, e(fx)clipse is recommended to install on Eclipse because of the extra features it adds to the IDE.
I just finished installing the e(fx)clipse plugin on my Eclipse Mars to check if your scenario can be reproduced, but unfortunately after installing the plugin & restarting Eclipse, I can create JavaFX projects.
You can either try restarting Eclipse or re-install the plugin again.
As mentioned in previous Question by tomsontom, you can check your status of e(fx)clips bundles. Or you can use All-In-One Download.

Eclipse 4.2.1 Error installing Google plug in 4.2

i am new to the eclipse and i am trying to install the google plug in for eclipse and i get the following :
Cannot complete the install because one or more required items could not be found.
Software being installed: Google Plugin for Eclipse 4.2 3.2.0.v201302131858-rel-r42 (com.google.gdt.eclipse.suite.e42.feature.feature.group 3.2.0.v201302131858-rel-r42)
Missing requirement: Google Plugin for Eclipse 4.2 3.2.0.v201302131858-rel-r42 (com.google.gdt.eclipse.suite.e42.feature.feature.group 3.2.0.v201302131858-rel-r42) requires 'org.eclipse.wst.css.core 0.0.0' but it could not be found
Use Eclipse Java EE, not Eclipse SDK..
http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/junosr2
Taken from this page http://www.shekhargovindarajan.com/tips-n-tricks/solved-requires-bundle-org-eclipse-wst-xml-core-error-while-installing-google-plugin-in-fedora-eclipse/
Launch Eclipse. Click on Help>Install New Software. On the subsequent window titled “Available Software”, click on blue link ‘Available Software Sites’. Look for the URL http://download.eclipse.org/releases/galileo in the list of Software Sites. Select and click on Enable (button on the right). Click on OK.
Back on the “Available Software” window, type the URL http://dl.google.com/eclipse/plugin/3.5 in the field labeled “Work with:” . Click on Add. This will show Plugin and SDKs in the bottom pane. Check the boxes against them and click on Next. Follow the onscreen instructions. This will install the Google plugin and SDK. When prompted, restart Eclipse.
You may obviously need to update the links to be 4.2 instead of 3.5 and juno instead of galileo.
As Kevin Fritz said, use preferably the Eclipse Java EE package. If you don't want to install Eclipse from scratch, you can also install the needed plugins from the Juno update site or the WTP update site. Install the WTP packages. Just ask if you don't know how to proceed.

Eclipse update site

I am trying to install eclipse WTP and am getting dependency issues.
In order to install the missing dependencies I am trying to load them from the Galileo update site: http://download.eclipse.org/releases/galileo However, when I try to open this update site, no items show up. I tried messing around with the options (group items by category, show only latest versions...) but no luck. Any ideas why I can't see the software under this update site? I'm pretty sure I need to install some dependencies from here (emf..) in order to get WTP working.
Thanks
Maybe your firewall is blocking Eclipse, preventing Eclipse from getting the list of plugins from the update site.
Are you starting with Eclipse 3.5.x?
If WTP is your destination, it might just be easier to start with a preassembled Galileo package from http://eclipse.org/downloads/ . The "Eclipse IDE for Java EE Developers" contains the entirety of WTP and its prerequisites.

How to install Web Platform Tools in Eclipse?

Which URL do I install this and any pre-reqs from, and how can I install them? Been struggling with this for the last 1 hour with no luck.
new 2013 answer: it seems to depend on what version of eclipse you're running.
click "help" -> "about eclipse sdk" to find the version (e.g. 4.2.2).
optionally, from the version number you can know the codename (e.g. Juno) from wikipedia: http://en.wikipedia.org/wiki/Eclipse_%28software%29#Releases
go here: http://wiki.eclipse.org/WTP_FAQ#How_do_I_install_WTP.3F
right click on the correct WTP link copy the link address (e.g. WTP 3.4) (they should be listed by version and codename)
now in eclipse, click "help" -> "install new software..." and paste the link location in the "work with" field (e.g. "http://download.eclipse.org/webtools/repository/juno/").
choose "Web Tools Platform (WTP #.#.#)" and click next and install everything.
restart eclipse, close all open files and re-open them for web tools to start working.
If you can use a clean install of Eclipse. Download Enterprise Java version. WTP its included in this Eclipse distribution. When you need updates for WTP, you can get updates via "Eclipse Software Updates" tool.
Regards
You can download WTP from Eclipse Help Menu. Following is the link to download the WTP into Eclipse.
http://download.eclipse.org/webtools/updates
Install Software Menu in Eclipse
Following image show the Install New Software Window.
Install New Software window
I try my best to stick to Pulse, which handles a lot of the configuration of Eclipse plugins for you. I'm not associated with them by the way, but am very happy with the service. WTP is one of the features they provide.

Categories

Resources