Can't Install GWT4NB Plugin in Netbeans 7.1 - java

I downloaded the GWT4NB(Google Web Toolkit for Netbeans) plugin and tried intstalling it, but what happened was that I got this error message stating:
Some plugins require plugin Java Hints to be installed.
The plugin Java Hints is requested in implementation version 11.
And then I have to cancel the installation since it's looking for dependencies or something I susspect. The version of the GWT4NB is 2.10.6 and of course my Netbeans is version 7.1.
I understand that it might work with an older version of netbeans but my current version is set up perfectly and for me to go and re-install all my other plugins and configurations would be way to cumbersome to do. GWT4NB is supposed to work with Netbeans 7.1, or so they claim.
Thanks in advance for any help!
PS - Here's the link to that plugin: http://java.net/jira/secure/attachment/48362/org-netbeans-modules-gwt4nb-2.10.6.nbm

I too faced the same problem. So i had to download Java Hints Plugin but when i started installing that, i came to know that it also has four other dependencies.
As a resolution, i downloaded
org-netbeans-modules-gwt4nb-2.10.4.nbm
This got installed in NetBeans 7.0 and 7.1 well and i had my project working well. Hope this helps you also.
Here is the download link for my Version of GWT4NB:
https://github.com/gwt4nb/gwt4nb/wiki/Downloads
Version 2.10.4 is available at the bottom of the page.

Related

Eclipse gluon new project does not finish

I use Eclipse 4.7 (Oxygen), portable version
Android Development Tools (no version ?), with SDK Manager => SDK Tools 25.5, Android 6 and 7 (API 23, 25), Android Support Repository, SDK Platform, SDK Platform-tools
Gluon plugin 2.4.0
E(fx)clipse 2.4.0
Gradle IdePack 3.8.x +1.0.x
SceneBuilder installed and configured in Eclipse
and (MarketPlace, Enide 2015)
new Gluon project begins well:
name and location (default)
Gluon Application Settings (default)
Name of view (default)
=> button finish appears active, but when pressing it, nothing happens. This window blocks here and no message. Only back button, close and cancel work.
I'v tried any combination of projects (Desktop, Mobile, single view, multiple, Fxml), and checkbox, but it doesnt change anything.
Have anyone encounter the same problem ?
Or is there any log to search for anywhere ?
thanks
The plugin has been updated (version 2.5) to work with Eclipse Oxygen and Gradle 2+. Install the new plugin (it will uninstall the old one) and it'll work again. See here for details.
i had the same error with Neon and it all boiled down to an exception i saw in the .log File of eclipse ({yourWorkspace}.metadata).
java.lang.ClassNotFoundException: org.eclipse.buildship.core.workspace.SynchronizeGradleProjectJob cannot be found by com.gluonhq.eclipse.plugin_2.4.0
It seems version 2.x of Buildships Gradle has rearranged its packages and contents making the finish button unclickable.
I downloaded the latest 1.x version from an updatesite which can be found on github and everything runs just fine.
Hope this helps,
Bests!
Firstly, sorry for my english.
I was having the same problem as the guillaume girod-vitouchkina. I could not create a new Gluon project. I was using Eclipse Neon.2 and update for Eclipse Neon.3 and the problem persisted. So I did what uBreckner recommended and it worked! I uinstall version 2.x of Buildships Gradle and install latest 1.x version.
Thanks guys,
Regards!

Eclipse-PMD : error while installing through eclipse market place

I'm trying to install the PMD source code analyser plugin for Eclipse. It's available through Eclipse Market Place, but I'm getting following problem in the phase of installation :
Why am I getting this problem ?
EDIT
I do not have this menu even though I have added the ruleset configuration file
I'm the creator of eclipse-pmd, the plugin you are trying to install. I tried to install it myself just now and it worked without any problems. So I can only guess what could be the problem in your case:
The repository was temporarily not available
Simply try again.
You are using a (very) old version of Eclipse
The plugin requires Eclipse Indigo (3.7) or later. I tried to install eclipse-pmd with Indigo and Luna just now and it worked both times.
Run Eclipse with Java 7
You need to run Eclipse with a JRE 7 or later. There have been problems during the installation with people using an older JRE in the past. However they could finish the installation but Eclipse silently refused to load the plugin (this has been fixed a few versions ago though).
Proxy configuration
Although unlikely as you came this far, please open the proxy configuration in Eclipse and check if the settings are correct and the domain is accessible.
If you tried everything I suggested above and are still not able to install the plugin, please head over to the project's Github page and open an issue.

GWT Designer Eclipse

I want to use GWT Designer to create UI for web page, i installed SDK and GWT Designer and UIBinder, WindowBuilder. I use eclipse Kepler. It was istalled succesfully, but i can't open a class in Design mode. Get `Internal Error
encountered unexpected internal error.
This could be caused by a bug or by a misconfiguration issue, conflict, partial update, etc.
java.lang.NoSuchMethodError: com.google.gwt.dev.cfg.ModuleDefLoader.loadFromClassPath(Lcom/google/gwt/core/ext/TreeLogger;Ljava/lang/String;Z)Lcom/google/gwt/dev/cfg/ModuleDef;
is it working version available now, or it can't be used?
This is a bug from 2.6.0 version.
The 2.6.1 fixed its.
The 2.6.1 is
http://www.gwtproject.org/versions.html
Easy:
For Keppler and Maybe Luna
1) Download the SDK 2.61 from official website
2) Unzip
3) replace '<'Eclipse_Path'>'\plugins\com.google.gwt.eclipse.sdkbundle_2.6.0
* NO change nane folder
Or
Configure as external SDK
Enjoy
Greetings from Nicaragua
Restarting Eclipse solves the problem for Kepler and GWT 2.4

Errors while setting up LibGDX on Eclipse

I have been trying to setup LibGDX on Eclipse (4.3). I followed the instructions here: https://github.com/libgdx/libgdx/wiki/Prerequisites and installed both ADT plugin for Eclipse and the Google Web toolkit successfully. Then I used the libgdx-ui.exe to create the libGDX project and on creating it, I see errors in Eclipse.
I am pretty sure I have installed the plugins properly and I have JDK 7 as well.
Any help would be greatly appreciated.
Thanks :)
It seems I have not installed the GWT plugins properly. But on trying to install it from the link, the option to install the SDK does not appear in the list.(Please check the image in the last comment I posted).
1) Android requires (before kitkat) jdk 6. It won't work with jdk 7.
2) After installing ADT plugin, you also have to open android sdk manager and download required api files.
These two should fix your android and java.lang.Object issues. It's better to test an android app on this setup (without libgdx) first.
3) Right click on all warnings regarding classpath entries, eclipse will provide you automatic quick fixes.
If the issue stays after this, the problem is with gwt sdk installation. Now you can follow The project XXX does not have any GWT SDKs on its build path. It should work smoothly as other problems won't interfere with it now.
Hope this helps.

Install trouble for Android SDK in Eclipse Helios

EDIT: I fixed it by not installing the NDK Development stuff. I don't know what it is, or what it does, but it fixed my problem.
I'm on Windows 64-bit, using Eclipse Helios, and trying to install the latest Android SDK. So far, I've been able to download and install the SDK Manager and successfully ran through its stuff.
The trouble comes in when I try to install inside of Eclipse (Help -> Install New Software). Every time I try to install using either the URL address (http://developer.android.com/sdk/installing/installing-adt.html) or the .zip file I get this error:
An error occurred while collecting items to be installed
session context was:(profile=SDKProfile, > phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Comparison method violates its general contract!
Comparison method violates its general contract!
The internet doesn't seem to have any answers that I can find. Thanks!
Late to the conversation...
But I have found this error when trying to install packages, not at all associated with Android, from older Eclipse versions, which by now includes Helios. It actually took me a while to figure out all those Eclipse project names are actually versions. At the time of this writing, Eclipse Kepler is the latest, once I upgraded (pretty much a fresh install) to Kepler and tried again to install the packages, everything worked fine.
Hopes this is helpful to somebody.
Run eclipse as administrator and install Android SDK.
You must use https://dl-ssl.google.com/android/eclipse/ for SDK installation.
See Install ADT Plugin
By the way, which version of java are you using? I reckon the error is possibly an eclipse bug, related to Java 1.7.
Try JRE 1.6 and see if it works!
You need the following tool for starting the android devolopment
(1) Eclipse ide
(2) ADT for eclipse (android plugin for eclipse)
(3) Android SDK
You get a brief idea about each of these steps from the following link
http://codeglympse.blogspot.in/2012/10/installing-eclipse-and-android-sdk.html

Categories

Resources