Install manually grails - eclipse

I want to know how to install manual a grails plugin (2.0.3 version) in STS.
I found grails plugin here http://grails.org/download
I tried to install it by cliking on Help -> Install New Software -> Clicking ‘Add’ then I had this error "Could not find jar:....grails-2.0.3.zip!"
Thanks

In STS go to Window > preferences> groovy > grails and select a grails directory for a particular version.
Also you can download the latest release and compiler from Dashboard > Extensions.

In STS go to options like Window-->Preference-->Groovy..>Grails--> then click add button locate the Grails path which you located in your system

Related

Cannot install Glassfish tools in Eclipse Photon / Eclipse IDE

Eclipse cannot install glassfish tools. under Oracle folder of server there is only options for Webllogic and cloud, The glassfish option appears only ONE time whe I first tried to install it. an after it no longer shows up
I have tried to remove eclipse an re-extartc it again but the same problem still occurs. What's the problem here? does Anyboy have installed glassfish tools on Phtoton successfully?
Go to Help > Install New Software...
Add the GlassFish Tools Update Site
http://download.eclipse.org/glassfish-tools/1.0.0/repository
as repository (or add the URL under Work with: directly) and install the tools via the wizard.
It is a bug in the new eclips. Try eclipse neon instead of your current eclipse and it will work
this will work for Eclips lastest version up to this point:
1-first go to : https://projects.eclipse.org/projects/webtools.glassfish-tools/downloads
2-Install Eclipse Sapphire: https://download.eclipse.org/sapphire/9.1.1/repository/
3-then go to : https://download.eclipse.org/glassfish-tools/1.0.1/repository/
4-copy URL link above.
5-open your eclips : go to help > install new software
6-paste the link that you copied in "Work with" text field and then press ENTER
7-then click on next and follow installation.( your need to restart your eclips after finishing installation )
8-enjoy buddy.
Download the sapphire .zip plugin and install it to eclipse
http://mirrors.xmission.com/eclipse/sapphire/9.1.1/sapphire-repository-9.1.1.zip
Download the glassfish .zip plugin and install it in to eclipse
https://download.eclipse.org/glassfish-tools/1.0.1/gf-tools-repository-1.0.1.201904090220.zip
Download the Glassfish server and add it as a new server to eclipse
http://mirrors.xmission.com/eclipse/glassfish/glassfish-5.1.0.zip
I've tried with Eclipse 2021-03, but it doesn't work.
It seems to be working with Eclipse 2020-12.
Instructions can be found here (including the right Eclipse version): https://projects.eclipse.org/projects/webtools.glassfish-tools/downloads
Hope it can be of some help.
Go to Help-> Install New Software -> Add..
Add this URL to Location, http://download.eclipse.org/glassfish-tools/1.0.0/repository .
Add a Name and proceed
Eclipse GlassFish Tools is archived. The project become inactive and you can not use for new version of Eclipse IDE. You can you Payara Tools instead:
Payara Server is an open-source application server derived from GlassFish Server Open Source Edition, so you can use it for Glassfish as well.
Follow These steps:
Find Payara Tools in Eclipse Marketplace...
When create new server choose payara and in configuration of Payara location add Glassfish server location instead:

Error in Eclipse plug-in

I have Eclipse Juno and want to add the Vaadin plug-in.
It appears though the following error:
What can I do?
To avoid this kind of network/proxy issues, You can use this offline vaadin archive.
Installation:
1.Download the zip file to a location of your choice
2.Install the add-on in Eclipse
3.Select Help -> Install New Software
4.Add the archive as an update site (Add… -> Archive… -> select the downloaded file)
5.Check the “Vaadin” checkbox (or all plugins) and click ok
6.Restart Eclipse.
Follow the advice from Official Site

How to install Grails Plugin in eclipse?

Im using windows and eclipse Luna. I wanted to install plugins in my grails. I didnt see where is the grails command.
Grails 3 is not supported in Eclipse. Use Intellij U edition.
For grails 2 use GGTS.
In Grails2, plugins are added in BuildConfig.groovy which resides in
**grails-app\conf** .
In Grails3, plugins are added in build.gradle file.
Right click on your project -> Grails Tools -> Grails Command Wizard / Open up Grails command prompt. Depends on what commands you want :P

Installing Findbugs plugin for MyEclipse

I am trying to install Findbugs plugin for MyEclipse 6.0.1 using follwing steps:
In Eclipse, click on Help -> Software Update -> Find and Install...
Choose the Search for new features to install option, and click Next.
Click New Remote Site.
Enter the following:
Name: FindBugs update site
URL: one of the following (note: no final slash on the url)
http://findbugs.cs.umd.edu/eclipse for official releases and click OK.
"FindBugs update site" should appear under Sites to include in search.
Click the checkbox next to it to select it, and click Finish.
As soon as I click Finish eclipse shows me error saying "No features found on selected sites".
Can anyone plz tell me how should I proceed for Findbugs plugin inatallation in MyEclipse v6.0.1.
MyEclipse 6.6 is based on eclipse 3.3, so I assume 6.0 is also based on eclipse 3.3. That version of MyEclipse is now unsupported. However, you might be able to download the Findbugs plugin from here (which also list several update sites) and install it manually. I don't recall how to add plugins manually to eclipse 3.3 but there is probably a section in the help that comes with MyEclipse.

Eclipse File>Import "Other" missing for Maven 2 plugin

In attempting to follow the instructions on Using Eclipse with Maven in order to use Scala and Lift:
You’ll need to download and install Eclipse for Java or Java EE.
I first installed Eclipse on lubuntu 11.10 using the Synaptic Package Mananger.
The version I am using is "Eclipse Platform Version: 3.7.0 Build id: I20110613-1736". Then the instructions say to install M2Eclipse:
Then install the M2Eclipse, Scala IDE, and M2Eclipse-Scala plugins.
So I followed the link to M2Eclipse where there is a video which says to use "File>Import" which should display a list of choices which includes "Other" in the "Import" window. These instructions are at time stamp "00:55" in the video. My "Import" window only lists "-General -CVS -Install-Pligin -Plugin-Development -Run/Debug -Team".
What am I missing?
Not all Eclipse versions have Maven2 preinstalled. You can check if it is installed in Eclipse via menu Help > About Eclipse. Check if there is an icon with the text m2, or alternatively click on "Installation details" and check the "Features" tab.
After you've installed it you will have new options in the File > Import menu.
Install M2Eclipse via menu Help > Install new software. Then click on the add button and add a site with location http://m2eclipse.sonatype.org/sites/m2e. Wait until contents are retrieved and check the items you want to install.