Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to install Plugin in eclipse effectively(plugin)
How to install Plugin in eclipse effectively [message #1816638] Sat, 02 November 2019 08:40 Go to next message
david taylor is currently offline david taylorFriend
Messages: 2
Registered: November 2019
Junior Member
Dear all member!
I am trying to install gluon plugin on eclipse 2019 but I got this error and tried different ways but with no success. What is solution? Thank you.

Cannot complete the install because one or more required items could not be found.
Software being installed: Gluon Plug-in for Eclipse 2.6.0.v20180424-0818 (com.gluonhq.eclipse.feature.group 2.6.0.v20180424-0818)
Missing requirement: Gluon Plug-in for Eclipse 2.6.0.v20180424-0818 (com.gluonhq.eclipse.plugin 2.6.0.v20180424-0818) requires 'osgi.bundle; com.google.guava [15.0.0,16.0.0)' but it could not be found
Cannot satisfy dependency:
From: Gluon Plug-in for Eclipse 2.6.0.v20180424-0818 (com.gluonhq.eclipse.feature.group 2.6.0.v20180424-0818)
To: org.eclipse.equinox.p2.iu; com.gluonhq.eclipse.plugin [2.6.0.v20180424-0818,2.6.0.v20180424-0818]

Thank's a lot!

[Updated on: Wed, 06 November 2019 08:09]

Report message to a moderator

Re: How to install Plugin in eclipse effectively [message #1816686 is a reply to message #1816638] Tue, 05 November 2019 03:31 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33137
Registered: July 2009
Senior Member
It would be best to ask at the source that provides this:

https://gluonhq.com/the-new-gluon-plugin-for-eclipse/

Tests of their Marketplace listing show problems that only they can fix themselves:

https://www.eclipse.org/setups/marketplace/?url=https://marketplace.eclipse.org/content/gluon-plugin

I.e., their bundle depends on a version of Guava that they assume is available in some other update site (not their own), but newer versions of Eclipse use a newer version of Guava so that's a bad assumption.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: How to install Plugin in eclipse effectively [message #1818359 is a reply to message #1816686] Fri, 13 December 2019 10:18 Go to previous messageGo to next message
sivacynix it is currently offline sivacynix itFriend
Messages: 1
Registered: December 2019
Junior Member
You can update your plugin version to 3.0 i.e. buildship 3.0 even if you are not installing then go through the official site or github. the same proble is mentioned in git hub and the problem is solved by the gluon plugin officials


How to test the plugin:
•Clone the repo https://github.com/jperedadnr/ide-plugins/tree/BS3.0
•unzip, open a terminal, cd ide-plugins-BS3.0/eclipse/
•Using Java 8, run ./gradlew build. It might take around 5 minutes.
•At the end it will generate a local repo with the plugin under ide-plugins-BS3.0/eclipse/com.gluonhq.eclipse.site/build/repository.
•Open Eclipse 2018-12, select Help->Install new software, Click Add button to add a repository, click Local to browse and select the above path.
•Gluon Plug-In for Eclipse should show up, with Version 2.7.0.v20190201-d or alike
•Select and install. Restart Eclipse at the end.
Re: How to install Plugin in eclipse effectively [message #1821722 is a reply to message #1816638] Wed, 19 February 2020 07:03 Go to previous message
sulian nic is currently offline sulian nicFriend
Messages: 1
Registered: February 2020
Junior Member
1. In Eclipse, go to Help > Install New Software. ...
2. Press the Add button. ...
3. In the Add Repository window, press the Archive button to open a file browser.
4. In the file browser, select the Eclipse plugin file that you downloaded,
5. The Add Repository window appears. Press OK
6. The category Java ME SDK Tools appears in the Name area. Check the box in front of Java ME SDK Tools and ME SDK Demos
7. Selecting Oracle Java ME SDK Plugins
8. The installation details are displayed. Press Next. The items you checked are listed
9. cept the terms of the license agreement and click Finish.
10. Check the Java ME SDK Tools Category and its subcategories and press the Next button to start the Add wizard.
11. Accept the terms of the license agreement and click Finish. The installation process starts.
12. When the installation process completes, restart Eclipse. The Eclipse Welcome Screen is displayed,

Installing Plugins on Eclipse Juno 4.2
1. Go to Help > Install New Software.

2. In the "Work with" field, enter this URL: http://download.eclipse.org/releases/indigo

3. Click Add.

4. 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.

5. Uncheck the "Contact all update sites...." checkbox and click Next.

6. On the installation screen select all plugins and click Finish. Then click OK.

myschoolbucks
https://www.myschoolbucks.us/

[Updated on: Thu, 20 February 2020 04:47]

Report message to a moderator

Previous Topic:Toggling show/hide of inherited names during Content Assist?
Next Topic:Mark code blocks in different colours ?
Goto Forum:
  


Current Time: Fri Apr 19 12:26:52 GMT 2024

Powered by FUDForum. Page generated in 0.01887 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top