Eclipse Luna Crashing Ubuntu 15.04 - eclipse

I have upgraded to Ubuntu 15.04 from 14.10 and my eclipse Luna keep crashing abruptly. Same was happening in Ubuntu14.10. I have tried everything but nothing seems to work.
It just shuts down, when I try to write something, or sometimes when opening some file and sometimes keep working for and hour without creating any problem.
also added -Dorg.eclipse.swt.browser.DefaultType=mozilla in eclipse.ini file but no solution.
Please suggest some solution. This is very - 2 irritating. . I am unable to do any work

I had the same error. My solution was:
sudo pipelight-plugin --disable silverlight
I found the information here: Ask Ubuntu

Related

vsCode does not accept the $JAVA_HOME UBUNTU 20.04

I have already found many answers and also tried, unfortunately none worked for me.
I am trying to install Visual Studio Code on Ubuntu 20.04. And so far it always went very smoothly. Unfortunately this time not.
My approach was:
I installed vscode
i installed java
i added it to the home(echo $JAVA_HOME
/usr/lib/jvm/java-11-openjdk-amd64) and the Path(echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-11-openjdk-amd64/bin) variables
$JAVA_HOME, $PATH:
When it didn't work, I put it in ~/.config/Code/User/settings.json (A different path than in $JAVA_HOME Because I tried something but that didn't work either)
After all these operations vscode still didn't regest it.
settings.json:
My question is, why not, did I forget something?
You can set the setting java.home to /usr/lib/jvm/java-11-openjdk-amd64
I don't know why but it suddenly works. I installed Java one more time and now it works. Maybe something went wrong with the first java installation.
But thanks to all who took the time.

Vs code blank terminal problem, can't enter anything

I'm user using Visual Studio code.
A few days ago, I've gone through some problems.
It's about "blank terminal". I'm not sure what trigger this problem.
I guess it's related with vs code updated 1.39 version. I attached the picture below.
enter image description here
I've tried searching solution in order to solve this problem. but I failed.
1. remove the 1.39 version. and re install vscode. (remove vscode file)
- sudo apt remove vscode, sudo apt autoremove
- I searched .vscode and then remove all( some setting file left.)
2. I tried to install vscode by snap, but result was same.
3. I started with root
- sudo code --user-data-dir => teminal is possible to see but environments not working => fail
4. I tried down grade.
- version 38,37 => failed (it's same result)
- version 32 => success (but it's old version, limited several utilities)
**Ubuntu 18.04.3 LTS , 64 bit
Anyone having same problems and working out, Please tell some methods.
I look forward to getting reply. Thanks.
Setting "terminal.integrated.inheritEnv" to true in settings.json solved this problem for me.
I think it is related to this bug
You need to select a default shell. Where it says 1:, click the down arrow and select your shell.
I was running into this issue with vscode that was installed through the ubuntu software center
I uninstalled it and deleted any settings using this https://superuser.com/questions/1113022/how-do-i-remove-vs-code-settings-from-ubuntu
I then installed through anaconda since I was already using it. This install worked fine.

Netbeans 8.0.1 not starting after update (linux)

I am using netbeans 8.0.1 on Kubuntu (Ubuntu 14.04.1 LTS) and I just installed some netbeans updates due to having a popup telling me to. When I restarted netbeans, it wouldn't launch anymore. If I try to start it over the command line I get this Error:
Error: Could not find or load main class org.netbeans.Main
Is there a way to fix it without reinstalling it? Reconfiguring will take ages.
Just a comment about this:
Is there a way to fix it without reinstalling it? Reconfiguring will take ages.
The IDE configs are stored at ~/.netbeans/version dir, so, uless you have changed things in installation_path/etc/netbeans.conf (like netbeans_jdkhome and system properties netbeans_default_options), you should be safe to reinstall it with no problem. And, of course, you can always make a copy of the current installation.

eclipse not running on ubuntu

When I start eclipse I just get this small eclipse windows
after this the program never starts . Last time I had this same problem . I though a reinstall would solve it. Has anybody faced similar problem ?

Trouble plugging Aptana into Eclipse

I'm trying to add Aptana to my Eclipse installation. I'm trying to do so on Win7 x64. I've tried both x86 and x64 versions of Eclipse. Most of the time Eclipse would install just fine, run okay, but as soon as I try to pluin Aptana it has problems. It will start up, then encounter an error immediately and close. Right now I have the x64 version installed fine. When I start it up it throws the error but doesn't close. I can close the error window and continue using Aptana just fine. I've attached a couple screenshots to show what the error is and what my current Installation Details look like. Let me know if there's any other information I could provide.
Thanks in advance.
Aaron-
Open the 'Error log' view, you probably see the stack of the NPE.
Then try to google the solution.