How to install Netbeans 10 on Windows 10 [duplicate] - netbeans

This question already has an answer here:
I can't install Netbeans10
(1 answer)
Closed 3 years ago.
I just noticed that NetBeans 10 was released on december 2018.
However, I can't figure out how to install it on windows.
Is it even compatible for windows 10?

Just download the binaries package from https://netbeans.apache.org/download/nb100/nb100.html , unzip it and start it with \netbeans\bin\netbeans[64].exe

Related

Redhat stopped CentOS 7 updates, Do we need to upgrade to CentOS 8 Stream version?

We are using 'CentOS Linux release 7.9.2009 (Core)' for production servers. But it seems that Redhat stopped Centos 7 full updates from November 2020 onwards. We are in confusion do we need to upgrade to CentOS 8 or Centos Stream?, As per Centos / wiki official docs. They were providing full/maintenance support for Centos 8 Stream still 2024. Is this Centos 8 Steam version is stable or can we continue with Centos 7 maintenance version?
Reference URLS :
https://wiki.centos.org/About/Product,
https://en.wikipedia.org/wiki/CentOS#CentOS_version_7
In my career i have seen prod servers even running on Solaris 11 which was released 10 years ago and has no support now.
This usually depends, whether the underlying dependencies required by your application change/requires to be updated frequently or not,
If yes - Go with supported version.( which will also run out of support :D )
If No - Stay where you are. ( Best choice Mostly )

Netbeans "waiting for connection" error only on new project with WAMP [duplicate]

This question already has answers here:
Netbeans Xdebug on Windows 7 "waiting for connection" WAMP
(3 answers)
netbeans shows "Waiting For Connection (netbeans-xdebug)"
(24 answers)
Waiting for connection(netbeans-xDebug)-php-XAMPP
(1 answer)
Closed 4 years ago.
I'm running NetBeans IDE 8.2 with WAMP 3.1.0 on Windows 10.
On starting a debug session with a new project, the message "Waiting for connection (netbeans-xdebug)" has recently begun to appear.
Previous projects debug as expected with no change in any configurations. I've created and worked with half a dozen projects on the current setup and none has previously caused trouble.
Could somebody point me to possible reasons why one project can be debugged but another on exactly the same system can't? I've tried everything, even copying over a working project folder and making the necessary changes. (That worked once but not since, unfortunately.)

Remove old Postgres version from Mac [duplicate]

This question already has answers here:
Completely uninstall PostgreSQL 9.0.4 from Mac OSX Lion?
(10 answers)
Closed 4 years ago.
I'm trying to remove an old version of Postgres on my local Macbook Pro but cannot figure it out. In PG Admin I see two servers, version 9.2 and 9.4. When I try to run Heroku commands such as pg:pull, its referring to the old server. But my database is located on the new one, version 9.4.
The uninstaller is located in /library/PostgreSQL/9.2/uninstall-postgresql. Running that uninstaller removed my old version and left the newer one in place.

error installing eclipse enterprise edition on windows 7 64bit [duplicate]

This question already has answers here:
Failed to load the JNI shared Library (JDK)
(39 answers)
Closed 9 years ago.
I have tried to install eclipse enterprise edition multiple times but evry time this problem occured. please give me soltion for this error
failed to load the JNI shared library "c:\Program Files(x86)\java\jdk1.6.0_16\bin..\jre\bin\client\jvm.dll"
Your version of eclipse should match the version of JDK, either both 64 or both 32

IDE for mongodb for Ubuntu [duplicate]

This question already has answers here:
How can I browse or query live MongoDB data?
(21 answers)
Closed 10 years ago.
Previously I was using MongoDB with the help of MobgoVUE on Windows 7, but now i switched from Windows 7 to Ubuntu and am facing problem to work efficiently on mongodb by commands.
Can anyone help me suggest any IDE for MongoDB in Ubuntu.
Thanks
Take a look at here: http://www.mongodb.org/display/DOCS/Admin+UIs
Personally, I think that UMongo (formerly JMongoBrowser) seems to be the best option for Linux.
Two good options:
RockMongo (php)
GenghisApp (php/ruby)
Also start learning to use the Mongo Shell - better than any graphical ide. Go to mongodb.org and click on try the shell.