I'm having troubles getting glassfish tools to install on my machine with fresh installs of the Eclipse IDE (2019-12), jdk 1.8.0_241, glassfish (5.1 Full Profile), and glassfish tools (1.0.1).
To recreate my problem, here's what I did:
Install Eclipse with the "Eclipse IDE for Enterprise Java Developers" flavor selected into a folder.
In that same folder, download and then extract the glassfish zip to that same folder.
Open eclipse and use the help menu to install software.
Putting the repository link for glassfish tools (https://download.eclipse.org/glassfish-tools/1.0.1/repository/) into the work with and installing both.
The error I get is:
Software being installed: GlassFish Tools 1.0.1.201904090220 (org.eclipse.glassfish.tools.feature.group 1.0.1.201904090220)
Missing requirement: GlassFish Tools 1.0.1.201904090220 (org.eclipse.glassfish.tools.feature.group 1.0.1.201904090220) requires 'org.eclipse.equinox.p2.iu; org.eclipse.sapphire.feature.group [9.1.0,10.0.0)' but it could not be found.
I honestly can't think of the first step to try and fix this error, as all the googling about equinox.p2 and sapphire makes it out to be that they should be installed by default.
Add https://download.eclipse.org/sapphire/9.1.1/repository/ to your list of Available Update Sites and try it again. The downloadable repository contains only the artifacts built from the Glassfish Tools project.
Related
I installed JBoss Tools 4.3.0 Final in my Eclipse Luna which installed Hibernate tools (Indigo) 3.4.x
That's why I think it's not working the reverse engineering. I followed the steps but classes are not being created. Even if I succeeded to map the tables.
So I decided to uninstall JBoss and Hibernate tools. When I go to Help > Marketplace > Installed and then I click uninstall, this reopens my Eclipse to refresh the changes, but Hibernate is still there. How can I uninstall the JBoss Tools manually from Eclipse Luna?
to uninstall something from eclipse you need to go Eclipse -> about eclipse -> Installation details. and uninstall everything you do not need
another way to reach Installation Details would be Help-> About Eclipse-> Installation Details
I want to install a previous version of Jrebel plugin into the Intellij, in the Intellij plugin store, the latest JRebel version is 6.1.x but i need to install 5.6.0. I tried downloading "jrebel-5.6.0-nosetup.zip"
and installing it by option "Install plugin from disk", but shown me the error as in below screenshot:-
Secondly, i tried to install the latest JRebel from repository and after that changing the Jrebel.jar path from plugin settings but that also shows me the error while activating it from server as "License server 3 or newer required."
I've this 5.6.0 JRebel working in eclipse also activated from my license server.
Isn't there any way to directly download and install any specific version of plugin. I also followed few stack overflow questions for the same, but they even didn;t have specific answer.
One of those is this.
You have downloaded the binary distribution of JRebel, which is not an IDE plugin.
You can download the exact version of JRebel plugin for IntelliJ IDEA from the plugins portal and install from disk (the same way as you have tried with "nosetup" ZIP.
Alternatively, you can also do the following:
Install latest JRebel plugin from plugins repository Unzip
jrebel-5.6.0-nosetup.zip to file system In
Settings->JRebel->Advanced, specify custom jrebel.jar location
I am trying to add WildFly Server to NetBeans 8.0.
I go through the path: Tools -> Plugins -> Available plugins
Here is the screen shot: http://s29.postimg.org/8s8k6lck7/Wild_Fly.png
There are no results... So I can't add WildFly Server to use it in NetBeans.
Maybe someone has ever had similar problem, what am I doing wrong?
Please, help me!
Thanks.
You can use the WildFly plugin without downloading an unstable NetBeans build.
You can download the WildFly plugin directly from the NetBeans website and install through the "Downloaded" tab in Tools -> Plugins
I have managed to make NetBeans find WildFly plugin.
I had NetBeans 8.0 on my machine installed. For now, if you need to use WildFly from NetBeans - the answer is to install the latest NetBeans Nightly build. I have installed the following JEE bundle: http://bits.netbeans.org/download/trunk/nightly/latest/
So, I have added WildFly and in NetBeans IDE Build 201404150001 it works:
http://s29.postimg.org/n3zi8k2qf/Wild_Fly.png
UPDATE: I've written about this in twitter, and guys fixed this! Now everything works fine in NetBeans 8.0. Thanks everybody.
When I try to publish a Vaadin 6.8.4 project on the "J2EE Preview" server in Eclipse Juno, I get the following error message:
Error 404 - Not Found
No context on this server matched or handled this request.
Contexts known to this server are:
- myproject(/myproject)
When I look into my workspace's folder .metdata.plugins/org.eclipse.wst.server.core/there is only a publish0.dat file in the folder publish but the project is in the folder tmp0, is that normal? If not, what can I do to resolve this?
I use a freshly installed Java EE Version of Eclipse Juno with the Vaadin 6.8.4 plugin from the Eclipse Marketplace.
I was getting the same error for a simple dynamic website and cleaning and republishing the project didn't changed any thing so I installed tomcat and project started working.
It seems like a bug or problem with the deployment structure as default folder structure for jetty is different.
*I was using the latest eclipse Juno and also tried to update it to latest repo but nothing changed
I've followed these instructions but I'm unable to install the GAE plugin on Eclipse 3.6 Helios.
Any ideas what could be wrong and how to fix it?
This is a clean install of Eclipse, the only added features are the Eclipse Web Developer Tools per instructions.
This is on Windows XP.
Don't make it more complex than needed. Use the PlugIn: GAE Plugin Instructions
I fixed it by installing Eclipse for Java EE Developers
The version for different types of eclipse is different for Google App Engine Plugin. Try to use different version of plugin as required by your eclipse . I Have used http://dl.google.com/eclipse/plugin/3.4 for my Hellios Version eclipse and it is working file after installation . Do not forgot to researt your eclipse in clean mode after installation of plugin.