Netbeans -- no error message but can't create a project - netbeans

This error is driving me crazy for the past couple of hours. I'm using Ubuntu 12.04 LTS (clean install). What I did afterwards:
update everything
install JDK (using synaptics)
install netbeans (using synaptics, this is version 7.0.1)
I can start NetBeans just fine but I can't create any project. If I choose "New Project" it keeps saying "Please wait..." under "Categories".
I also tried installing versions of netbeans manually. Starting them as root ... nothing helps! :-(

Had the same problem and came across this answer with nice one line command to fix it:
sudo apt-get install openjdk-6-jre=6b24-1.11.1-4ubuntu2 openjdk-6-jre-headless=6b24-1.11.1-4ubuntu2 icedtea-6-jre-cacao=6b24-1.11.1-4ubuntu2
https://askubuntu.com/questions/326556/i-cant-start-a-new-project-on-netbeans

Okay, this is how I solved it:
Install Oracle's Java version: http://www.wikihow.com/Install-Oracle-Java-on-Ubuntu-Linux
Start Netbeans
The error only occurs if using the openjdk ...

To me the best option was, fully remove openjdk-6-jdk 6b27 and install:
sudo apt-get install openjdk-6-jdk=6b24-1.11.1-4ubuntu2 openjdk-6-jre=6b24-1.11.1-4ubuntu2 openjdk-6-jre-headless=6b24-1.11.1-4ubuntu2 icedtea-6-jre-cacao=6b24-1.11.1-4ubuntu2 icedtea-6-jre-jamvm=6b24-1.11.1-4ubuntu2
So the installed packages are the same as when no specific version is selected.

Related

How I can open pgadmin4 in fedora 36?

Good evening people, I am trying to install pgadmin4 on fedora 36, I followed all the steps in the documentation and pgadmin4 and its dependencies were installed correctly but I do not know how to start it, or open it and it does not let me configure it on the web because I do not create the directory described in the final step to configure the web version.
I had the same problem. I solved it installing pgadmin4 from linux-pachages
https://linux-packages.com/fedora-36/package/pgadmin4-qtx86-64
I followed the same instructions but mistakenly changing "yum" to "dnf" out of force of habit. I found I got an install out of it which seemed OK at a glance, but it was just documentation and not an executable, and there was no shortcut added to run pgAdmin. Perhaps you might have inadvertently done something similar? After uninstalling, I tried again using "yum" exactly as documented and the latest executable installed without any issue. So the steps to install that would work for me were as follows. (Desktop version in my case.)
sudo rpm -e pgadmin4-fedora-repo
sudo rpm -i https://ftp.postgresql.org/pub/pgadmin/pgadmin4/yum/pgadmin4-fedora-repo-2-1.noarch.rpm
sudo yum install pgadmin4-desktop
The QT workaround also mentioned as an answer worked for me, but I wanted to avoid that since it is an earlier release (6.9) than the current 6.11, isn't officially supported and fires a warning about that every time on start up saying some functionality may be missing, which is not good for clients to see potentially in my case.
Same problem - couldn't open it after installing. You have to install pgadmin4-desktop not pgadmin4.

How to recover loaded Kate Plugins

Dear stackoverflow users:
So far I was working well with kate when I installed it in ubuntu 16.04 as sudo apt-get install kate.
However, some days ago. I got the following error when launching kate:
org.kde.kwindowsystem: Could not find any platform plugin
I have tried removing, the app and reinstalling it, deleting the ./kde folder and the same remains.
Do you know how to fix it back to the original configuration?
Thank you
I suggest you update your 16.04 installation to a more recent one. Many things improved, and this issue will also be resolved. I don't think this is Kate's fault here.

Installing libsodium in MAMP environment

I'm trying to install libsodium (following this guide https://paragonie.com/book/pecl-libsodium/read/00-intro.md#installing-libsodium). When I attempt to use pecl install libsodium, I get the following result:
Build process completed successfully
Installing '/usr/lib/php/extensions/no-debug-non-zts-20121212/libsodium.so'
ERROR: failed to write /usr/lib/php/extensions/no-debug-non-zts-20121212/libsodium.so (copy(/usr/lib/php/extensions/no-debug-non-zts-20121212/libsodium.so): failed to open stream: Operation not permitted)
Can anyone tell me why this isn't working, and how I can overcome it?
I installed libsodium on MAMP using PECL.
It's easy when everything is configured.
Basically you just need to
check this checkbox on MAMP > PHP. Make sure to open a new terminal tab or restart it to make effect.
Run pecl install libsodium and follow the latest instruction
Troubleshooting
I faced an issue related to GNU (autom4te: need GNU m4 1.4 or later: /Applications/MAMP/Library/bin/m4) when trying to install with PECL.
I solved it by following these steps after brew install m4.
Also, make sure xcode is installed and using latest versions (xcode-select --install).
I hope it helps.

symfony plugin installation fails on windows because it is "unable to unpack" the tgz

I tried to install the sfTaskExtraPlugin using
symfony plugin:install sfTaskExtraPlugin
and received
Installation of "sfTaskExtraPlugin" plugin failed: unable to unpack (...)sfTaskExtraPlugin-1.3.3.tgz
I know I can simply install it manually by unpacking it to the plugin directory and including it into the ProjectConfiguration.
But I would like to be able to install all that is possible through the installer, as it is way more comfortable.
My system details: symfony 1.4 on Windows 7 (64 bit) with XAMPP 1.7.4.
Thanks!
Not an expert on this but my guess is that you're missing a utility/program that would allow Windows to unpack the tgz file. I'd Google around, install the relevant utility(ies) and try again.
I'm using the exact same setup as you as my dev environment and don't have that problem.
I have same problem and I have no solution.
One solution is: try again and again and again. It should work! :)
I'm not kidding. To install symfony 1.4.8 via pear on my Windows7 by using xampp 1.7.4 I just stupidly repeated installation.

How to install Doxygen GUI on Ubuntu?

I can't figure out how to install the Doxygen GUI (doxywizard) on Ubuntu. Where can I get it?
In Debian the package is called doxygen-gui. It must be the same in Ubuntu, so try sudo apt-get install doxygen-gui.
Edit : apparently, doxygen-gui doesn't exist in Karmic. Try any other repo ? http://packages.ubuntu.com/search?keywords=doxygen-gui
apt-file search doxywizard
is a good way to answer this type of question, and leads directly to doxygen-gui.
I installed the older package from Jaunty on Karmic. I believe it was from this link: http://packages.ubuntu.com/en/jaunty/doxygen-gui YMMV.
Yes, and from what I've read it will become available again in Ubuntu Lucid Lynx , 10.04
(see: https://launchpad.net/ubuntu/+source/doxygen/1.6.2-0ubuntu1 )
Downloaded .deb-file from :
https:// launchpad.net/ubuntu/lucid/i386/doxygen-gui/1.6.2-1
But that needs some libqt4-xml version higher then the jaunty jackalope 9.10 repository .
Guess we'll have to wait a bit .
if you use eclipse there is a plugin called eclox which would do the trick.
(tested it in ubuntu 9.04)