Install Hibernate in Netbeans 12.0 "version 238" - java

When trying to install the Hibernate plugin in Netbeans I get an error.
There is only one post that collects the same error. I have followed the prompts and it has not worked for me.
I have reinstalled Netbeans and changed the org-netbeans-libs-freemarker.jar file.
Changing from 239 to 238:
OpenIDE module specification version: 2.44.0.238
OpenIDE module implementation version: 238
Even so, I keep getting the same error:
Some plugins require plugin org.netbeans.libs.freemarker to be installed.
The plugin org.netbeans.libs.freemarker is requested in implementation version 238. The following plugin is affected: Hibernate.

Well, I had the same issue but aftter a good search on google, found a neat solution.
Please read the solution here: https://issues.apache.org/jira/browse/NETBEANS-4468
just follow the discussion till you get the answer.

Related

Plugin for Java 15 support in eclipse 2020-09 no longer available

This question is similar to this one. I know you need to have this plugin to support Java 15 in eclipse 2020-09, however, it doesn't seem to be available any longer.
When I try to install it via the marketplace, I am getting this error:
No repository found at
https://download.eclipse.org/eclipse/updates/4.17-P-builds/.
Is there a way to install it from other sources?
I know that eclipse 2020-12 has been released, but we cannot use it due to bug #569498 (which didn't happen in eclipse 2020-09). So we would really need a way to install Java 15 support in eclipse 2020-09.
Because of regressions in 4.18, I decided to recreate 4.17-P-builds repository.
Please note this will be available till 4.19 is released or we decide to create a patch for 4.18 release.
I got a answer from the eclipse forums
Java 15 support is included in eclipse 4.18(2020-12). As part of
cleaning old releases we removed 4.17-P-builds repo as it is not
supported anymore.
Please upgrade to 2020-12 to continue work on java 15

Upgrading Gradle

I am fully aware that there are pages on the Gradle website that say how to upgrade, but only from 4.x and up.
I am trying to follow a tutorial in making a simple 'my first' Minecraft mod. In it, you are told to install forge 1.7.10, which, from what I understand runs on Gradle 2.0.
In order for me to continue with the tutorial, after some digging, it appears that Gradle 2.0 is not compatible with JDK 12.0.2, but I'm not entirely sure how to solve this.
any help is much 'preciated.
extending the answer from Chriki, you can change the gradle version in $projectroot/gradle/wrapper/gradle-wrapper.properties
here you can change the path to point to already downloaded gradle-bin,
something like this (distributionUrl=../../../build/tools/gradle-4.10.3-bin.zip)
or directly to gradle repository
(e.g. distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.3-bin.zip)
I’m afraid, you have a chicken and egg problem here: your JDK 12 requires a recent Gradle version (at least 5.4, if I’m not mistaken). At the same time, the forge plugin that is used in your build doesn’t support Gradle 5, yet.
Maybe you can install and use JDK 11 instead? In that case you could work with Gradle 4 with which the forge plugin also seems to work. With my JDK 11 installation I could get the build to work as follows:
sed -i 's/gradle-2.0/gradle-4.10.3/' gradle/wrapper/gradle-wrapper.properties
This changes the Gradle wrapper version to 4.10.3 in gradle/wrapper/gradle-wrapper.properties (can also be done manually with a text editor). When I now run
./gradlew project
the build seems to generally work fine. It only complains: “You must set the Minecraft Version!” That’s a different matter, though.
For anyone here from Google, Minecraft Forge versions below 1.12 DO NOT SUPPORT any java version besides JDK8. You need to install JDK8.
The maximum version you can update your Gradle to is therefore 4.8.1, as any versions above that require JDK9.

Is the Google Eclipse Plugin for Juno (Eclipse 4.2) broken?

I just installed Eclipse EE Juno (4.2) and a whole slew of plugins for it. I am now attempting to install the Google plugin (GAE and GWT) and am getting an error when adding the update site through Juno's Install new software window:
Name: Google-Plugin
Location: http://dl.google.com/eclipse/plugin/4.2
When I try to enter this I get:
Could not find http://dl.google.com/eclipse/plugin/4.2
I see this question from a few months ago. Although I am having a very similar problem, I think I have a different problem altogether.
When I change the Location to http://dl.google.com/eclipse/plugin/3.7, I get the same error (except with 3.7 appended on the end of the error message instead of 4.2). I definitely have Internet access (how else would I be posting this question?!) so that's not the issue. If this was only working for the 4.2 plugin, I would happily try the "workaround" mentioned in the other post, or even step back down to Eclipse 3.7 (I have to have this plugin!) until 4.2 was working. But the fact that it's not even working for 3.7 tells me that something else is awrye here. Thanks in advance!
Edit:
Just to mess around with things, I have downloaded Indigo (3.7) and immediately attempted to install the Google-Eclipse plugin. I entered the following for my update site:
http://dl.google.com/eclipse/plugin/3.7
And received a nasty error:
Artifact not found: http://dl.google.com/eclipse/plugin/3.7/compositeContent.xml.
Artifact not found: http://dl.google.com/eclipse/plugin/3.7/compositeContent.xml.
http://dl.google.com/eclipse/plugin/3.7/compositeContent.xml
Am I going crazy here?!?! I've installed my fair share of Eclipse plugins and never had this much trouble. Especially from Google. And I know its not my Internet connection or my Eclipse instance because before I attempted to install the Google plugin, I installed Subversive, IvyDE and EclEmma...
It was also broken for me a little while ago, but seems to be working now. Maybe the site was down for a bit?
You can try installing the plugin from archive as described in the link:
https://developers.google.com/eclipse/docs/install-from-zip
Basically what you are doing is, you download the plugin as a zip(archive) and browse this archive instead of update site, during the plugin installation.

cannot install Windows Azure Plugin for Eclipse

When I try to instal "Windows Azure Plugin for Eclipse with Java" by going to Help choose install new software, it generates following error. I have asked google but couldn't find any useful post.
I have Installed Windows Azure Sdk for .NET which adds the emulator.
Cannot complete the install because one or more required items could not be found.
Software being installed: Windows Azure Plugin for Eclipse with Java (by MS Open Tech)
1.7.0.201206062138 (com.persistent.winazure.eclipseplugin.feature.feature.group 1.7.0.201206062138)
Missing requirement: WAEclipsePlugin 1.7.0.201206062138 (com.persistent.winazure.eclipseplugin 1.7.0.201206062138) requires 'bundle org.eclipse.ui 3.6.0' but it could not be found
Cannot satisfy dependency:
From: Windows Azure Plugin for Eclipse with Java (by MS Open Tech) 1.7.0.201206062138 (com.persistent.winazure.eclipseplugin.feature.feature.group 1.7.0.201206062138)
To: com.persistent.winazure.eclipseplugin [1.7.0.201206062138]
We have just released an update fixing this bug (i.e. broken support for Helios), and a few others. Invoke Eclipse's plugin update feature, or just tell Eclipse to install the plugin from http://dl.msopentech.com/eclipse.
Martin Sawicki
Principal Program Manager
Microsoft Open Technologies, Inc.
A subsidiary of Microsoft Corporation
Yesterday there were announcements about several new features in the Windows Azure Spring Release. One of those announcements mentioned an updated Eclipse plugin, as well as sdk refreshes. Based on the error message, you may have installed updated bits for Eclipse that could be out of sync with something else that hasn't been updated yet.
During the Meet Windows Azure event today, everything is being formally announced via webcast.
I believe those are random errors which just happen if there some network error. You may find similar problems and while installing the plugin however trying again mostly resolve such problem.
I just gave a quick try as setting the New Install point as "http://dl.msopentech.com/eclipse" in Eclipse as below:
And then downloaded the selected components:
The download and install went fine without any hitch so please try again and you should not have any problem as you just experiences a random trouble.
Actually, it is a bug in the plugin's June 2012 release that it doesn't install on Helios. An update with a fix for this issue is coming up later in July.

Can't Install GWT4NB Plugin in Netbeans 7.1

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.

Categories

Resources